mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
14 lines
205 B
Objective-C
14 lines
205 B
Objective-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
|