home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 51 / PCGamer51_17Demos.iso / games / CM / CyclingManagerDemoCangas.exe / CyclingManagerDemo / scripts / sound / sounds.cnh < prev   
Text File  |  2001-05-29  |  2KB  |  39 lines

  1. //----------------------------------------------------------------------------------------------------------------//
  2. //----------------------------------------------------------------------------------------------------------------//
  3. // func prototypes
  4. //----------------------------------------------------------------------------------------------------------------//
  5. //----------------------------------------------------------------------------------------------------------------//
  6. //func void LoadWaves ()
  7. typedef func void TYPE_LoadWaves();
  8. var TYPE_LoadWaves LoadWaves;
  9.  
  10. //func void LoadWaves ()
  11. typedef func void TYPE_DestroyWaves();
  12. var TYPE_DestroyWaves DestroyWaves;
  13.  
  14.  
  15. //----------------------------------------------------------------------------------------------------------------//
  16. //----------------------------------------------------------------------------------------------------------------//
  17. // global declarations
  18. //----------------------------------------------------------------------------------------------------------------//
  19. //----------------------------------------------------------------------------------------------------------------//
  20. // sounds for menu principal
  21. var i32x s_MenuPrincipal_MouseOver;
  22. var i32x s_MenuPrincipal_Selection;
  23.  
  24. // sound for info buttons
  25. var i32x s_InfoButton_Click;
  26.  
  27. var i32x    Num_ClickSound=0;
  28. var i32x    Num_CyclistsSound=0;
  29. var i32x    Num_MusicSound=0;
  30.  
  31. var i32x    sbClickSound[64];
  32. var i32x    sbCyclistsSound[32];
  33. var i32x    sbMusicSound[4];
  34. var i32x    Max_Sound_Fall=0;
  35.  
  36. var i32x Sound_eLine_Interface    = 0;
  37. var i32x Sound_eLine_Cyclists    = 1;
  38. var i32x Sound_eLine_Music        = 2;
  39.