/Classes/OALSimpleAudioSample.h

http://github.com/kstenerud/ObjectAL-for-iPhone · C Header · 19 lines · 5 code · 4 blank · 10 comment · 0 complexity · 10039738c41659bc55f5318dc5535fe7 MD5 · raw file

  1. //
  2. // OALSimpleAudioSample.h
  3. // ObjectAL
  4. //
  5. // Created by Karl Stenerud on 10-10-09.
  6. //
  7. #import <Foundation/Foundation.h>
  8. /**
  9. * This is a copy of the sample code presented in the ObjectAL documentation.
  10. */
  11. @interface OALSimpleAudioSample : NSObject
  12. {
  13. // No objects to keep track of...
  14. }
  15. @end