mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
14 lines
205 B
C
14 lines
205 B
C
|
//
|
||
|
// AudioEngine.h
|
||
|
// PPSSPP
|
||
|
//
|
||
|
// Created by rock88 on 15/03/2013.
|
||
|
// Copyright (c) 2013 Homebrew. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
@interface AudioEngine : NSObject
|
||
|
|
||
|
@end
|