mirror of
https://github.com/zeldaret/tp
synced 2026-08-04 01:03:47 -04:00
d_particle debug work (#2944)
* misc work * more work * fixed error * more work * PR cleanup * missed cleanup * error fix * wii fix
This commit is contained in:
@@ -55,12 +55,16 @@ public:
|
||||
#if PLATFORM_WII || PLATFORM_SHIELD
|
||||
class csr_c {
|
||||
public:
|
||||
virtual ~csr_c();
|
||||
virtual ~csr_c() {}
|
||||
virtual bool isPointer();
|
||||
|
||||
void particleExecute();
|
||||
static void particleExecute();
|
||||
static u32 getBlurID() { return m_blurID; }
|
||||
|
||||
static u32 m_blurID;
|
||||
static cXyz m_oldEffPos;
|
||||
static cXyz m_oldOldEffPos;
|
||||
static cXyz m_nowEffPos;
|
||||
};
|
||||
|
||||
static void entryBaseCsr(csr_c*);
|
||||
|
||||
Reference in New Issue
Block a user