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