mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:47:42 +00:00
various implementations
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define __RETRO_CAUDIOSYS_HPP__
|
||||
|
||||
#include "../GCNTypes.hpp"
|
||||
#include "CVector3f.hpp"
|
||||
|
||||
namespace Retro
|
||||
{
|
||||
@@ -9,6 +10,18 @@ namespace Retro
|
||||
class CAudioSys
|
||||
{
|
||||
public:
|
||||
struct C3DEmitterParmData
|
||||
{
|
||||
CVector3f pos;
|
||||
CVector3f dir;
|
||||
float maxDist;
|
||||
float distComp;
|
||||
u32 flags;
|
||||
u16 sfxId;
|
||||
u8 maxVol;
|
||||
u8 minVol;
|
||||
u8 extra[2];
|
||||
};
|
||||
CAudioSys(u8,u8,u8,u8,u32)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user