Global declarations for Rocket, just the Sound stuff.
Globals.h:
EXTERNC int SoundMgrCreate(void);
EXTERNC int SoundMgrDestroy(void);
EXTERNC int SoundCreate(HSOUND *phSound,const char *Name);
EXTERNC int SoundDestroy(HSOUND hSound);
EXTERNC int SoundPlay(HSOUND hSound, UINT Flags);
#define SNDPLAY_LOOP 0x0001
EXTERNC int SoundStop(HSOUND hSound);
WebV7 (C)2018 nlited | Rendered by tikope in 45.890ms | 3.137.162.21