]>
git.r.bdr.sh - rbdr/pico-engine/blob - audio.h
3 * Description: Load SFX and music. Will change to Fmod EX library.
9 //The game overwatch keeps track of all our NPCs and stuff that needs to interact in the main loop.
21 void load_clip(const char*);
22 void play_sfx(const char*);
23 void play_bgm(const char*);
24 void stop_bgm(const char*);