~ppsspp/ppsspp/ppsspp_1.3.0

« back to all changes in this revision

Viewing changes to ios/AudioEngine.h

  • Committer: Sérgio Benjamim
  • Date: 2017-01-02 00:12:05 UTC
  • Revision ID: sergio_br2@yahoo.com.br-20170102001205-cxbta9za203nmjwm
1.3.0 source (from ppsspp_1.3.0-r160.p5.l1762.a165.t83~56~ubuntu16.04.1.tar.xz).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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