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