Leaked source code of windows server 2003
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.

17 lines
374 B

  1. /*****************/
  2. /* file: sound.h */
  3. /*****************/
  4. #define TUNE_TICK 1
  5. #define TUNE_WINGAME 2
  6. #define TUNE_LOSEGAME 3
  7. #define fsoundOn 3
  8. #define fsoundOff 2
  9. #define FSoundSwitchable() (Preferences.fSound > 1)
  10. #define FSoundOn() (Preferences.fSound == fsoundOn)
  11. INT FInitTunes(VOID);
  12. VOID PlayTune(INT);
  13. VOID EndTunes(VOID);