More CPlayerGun matches

Former-commit-id: ec34055dbb
This commit is contained in:
2022-10-06 07:24:38 -07:00
parent 514fd7f501
commit f507623c40
4 changed files with 171 additions and 17 deletions

View File

@@ -27,6 +27,8 @@ public:
static u16 TranslateSFXID(u16);
static void PitchBend(CSfxHandle handle, int pitch);
static CSfxHandle SfxStart(u16 id, u8 vol, u8 pan, bool useAcoustics, s16 prio, bool looped, s32 areaId);
};
#endif