Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hrydgard
GitHub Repository: hrydgard/ppsspp
Path: blob/master/ios/AudioEngine.h
3185 views
1
//
2
// AudioEngine.h
3
// PPSSPP
4
//
5
// Created by rock88 on 15/03/2013.
6
// Copyright (c) 2013 Homebrew. All rights reserved.
7
//
8
9
#import <Foundation/Foundation.h>
10
11
@interface AudioEngine : NSObject
12
13
@end
14
15