mirror of
https://github.com/zeldaret/tp
synced 2026-06-27 02:35:22 -04:00
d_meter2 wip / d_s_play / d_file_sel_info (#179)
* d_meter2 wip * d_s_play * d_file_sel_info * format * tag_lv5soup / tag_setBall / fix dKyeff * d_cc_uty
This commit is contained in:
@@ -23,6 +23,7 @@ public:
|
||||
void ct();
|
||||
void Set2(const cXyz*, const cXyz*, unsigned int);
|
||||
void PreCalc();
|
||||
void GetCross();
|
||||
|
||||
virtual ~cBgS_LinChk();
|
||||
|
||||
|
||||
@@ -24,6 +24,8 @@ public:
|
||||
/* 0x1C vtable */
|
||||
|
||||
struct Shape {
|
||||
/* 80167BBC */ ~Shape();
|
||||
|
||||
/* 0x00 */ u32 _0;
|
||||
/* 0x04 */ f32 _4;
|
||||
/* 0x08 */ f32 _8;
|
||||
|
||||
@@ -3,6 +3,18 @@
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
struct counter_class {
|
||||
s32 mCounter0;
|
||||
s32 mCounter1;
|
||||
s32 mTimer;
|
||||
};
|
||||
|
||||
extern counter_class g_Counter;
|
||||
|
||||
void cCt_Counter(int resetCounter1);
|
||||
|
||||
inline void cCt_execCounter() {
|
||||
g_Counter.mTimer++;
|
||||
}
|
||||
|
||||
#endif /* C_COUNTER_H */
|
||||
|
||||
@@ -20,6 +20,7 @@ public:
|
||||
void Set(const cM3dGPla*);
|
||||
f32 getPlaneFunc(const Vec* pPoint) const { return mD + PSVECDotProduct(&mNormal, pPoint); }
|
||||
const cXyz& GetNP() const { return mNormal; }
|
||||
void GetNP();
|
||||
f32 GetD() const { return mD; }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user