windows-nt/Source/XPSP1/NT/shell/osshell/ep/snake/sound.h

17 lines
249 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
/*****************/
/* file: sound.h */
/*****************/
#define TUNE_HITHEAD 1
#define TUNE_WINLEVEL 2
#define TUNE_WINGAME 3
#define TUNE_LOSEGAME 4
VOID InitTunes(VOID);
VOID PlayTune(INT);
VOID KillTune(VOID);
VOID EndTunes(VOID);