CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
hrydgard

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: hrydgard/ppsspp
Path: blob/master/ios/AudioEngine.h
Views: 1401
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