b719c4389f
(still has too much latency, although mainly due to other parts of the menu)
5 lines
130 B
C
5 lines
130 B
C
void sndInit(void);
|
|
void sndPlayBGM(char* filename);
|
|
void sndStopAll(void);
|
|
void sndPlaySFX(char* filename);
|
|
void sndUpdate(void); |