Add CPowerBomb

Former-commit-id: 70e69ea33b
This commit is contained in:
Henrique Gemignani Passos Lima
2022-11-10 01:45:24 +02:00
parent d3798caf83
commit a6ee5c2836
16 changed files with 187 additions and 31 deletions

View File

@@ -94,8 +94,8 @@ public:
static void PitchBend(CSfxHandle handle, int pitch);
static CSfxHandle SfxStart(ushort id, uchar vol, uchar pan, bool useAcoustics, short prio,
bool looped, int areaId);
static CSfxHandle SfxStart(ushort id, short vol, short pan, bool useAcoustics, short prio = kMaxPriority,
bool looped = false, int areaId = kAllAreas);
static bool IsPlaying(const CSfxHandle& handle);
static void SetChannel(ESfxChannels);