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