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