Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
249 B

  1. /*****************/
  2. /* file: sound.h */
  3. /*****************/
  4. #define TUNE_HITHEAD 1
  5. #define TUNE_WINLEVEL 2
  6. #define TUNE_WINGAME 3
  7. #define TUNE_LOSEGAME 4
  8. VOID InitTunes(VOID);
  9. VOID PlayTune(INT);
  10. VOID KillTune(VOID);
  11. VOID EndTunes(VOID);