1
0
mirror of https://github.com/parasyte/alt64 synced 2025-02-28 17:31:47 -05: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);