]> Shamusworld >> Repos - stargem2/blob - src/sound.h
Finally fixed problems with demo mode.
[stargem2] / src / sound.h
1 //
2 // SOUND.H
3 //
4 // by James Hammons
5 // (C) 2004 Underground Software
6 //
7 #ifndef __SOUND_H__
8 #define __SOUND_H__
9
10 void SoundInit(void);
11 void SoundDone(void);
12
13 #endif  // __SOUND_H__