/Classes/OALSimpleAudioSample.h
C Header | 19 lines | 5 code | 4 blank | 10 comment | 0 complexity | 10039738c41659bc55f5318dc5535fe7 MD5 | raw file
Possible License(s): Apache-2.0
1// 2// OALSimpleAudioSample.h 3// ObjectAL 4// 5// Created by Karl Stenerud on 10-10-09. 6// 7 8#import <Foundation/Foundation.h> 9 10 11/** 12 * This is a copy of the sample code presented in the ObjectAL documentation. 13 */ 14@interface OALSimpleAudioSample : NSObject 15{ 16 // No objects to keep track of... 17} 18 19@end