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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user