1
0
mirror of https://github.com/parasyte/alt64 synced 2024-11-02 08:15:07 -04:00
alt64/inc/sound.h

5 lines
130 B
C
Raw Normal View History

void sndInit(void);
void sndPlayBGM(char* filename);
void sndStopAll(void);
void sndPlaySFX(char* filename);
void sndUpdate(void);