Music.h
Upload User: sz83729876
Upload Date: 2013-03-07
Package Size: 4140k
Code Size: 0k
Category:

OpenGL program

Development Platform:

Windows_Unix

  1. //
  2. // a64ki
  3. // Copyright (c) 2002 Henrik Carlgren
  4. // http://ziruz.cjb.net
  5. // ziruz@hotpop.com
  6. //
  7. #ifndef music_h
  8. #define music_h
  9. //
  10. // INCLUDE FILES
  11. //
  12. #include "minifmod.h"
  13. //
  14. // FUNCTION PROTOTYPES
  15. //
  16. void musicStartup(void);
  17. void musicCleanup(void);
  18. #endif // music_h