2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 08:27:42 +00:00

Additional CSlideShow work; amuse voice handle integration

This commit is contained in:
Jack Andersen
2016-09-16 13:43:33 -10:00
parent dae5ea06f5
commit 6ea727e4a8
9 changed files with 191 additions and 87 deletions

View File

@@ -14,15 +14,15 @@ class CAudioSys
public:
struct C3DEmitterParmData
{
zeus::CVector3f pos;
zeus::CVector3f dir;
float maxDist;
float distComp;
u32 flags;
u16 sfxId;
u8 maxVol;
u8 minVol;
u8 extra[2];
zeus::CVector3f x0_pos;
zeus::CVector3f xc_dir;
float x18_maxDist;
float x1c_distComp;
u32 x20_flags;
u16 x24_sfxId;
u8 x26_maxVol;
u8 x27_minVol;
u8 x28_extra[2];
};
CAudioSys(amuse::IBackendVoiceAllocator& backend, u8,u8,u8,u8,u32)
: m_engine(backend)