mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
d_door_param2 / d_cam_param / d_gameover + some misc cleanup
This commit is contained in:
@@ -255,8 +255,8 @@ public:
|
||||
/* 80056770 */ void drawXluListItem3d();
|
||||
/* 80056794 */ int set(dDlst_base_c**&, dDlst_base_c**&, dDlst_base_c*);
|
||||
/* 800567C4 */ void draw(dDlst_base_c**, dDlst_base_c**);
|
||||
/* 8005681C */ void wipeIn(f32, _GXColor&);
|
||||
/* 800568D8 */ static void wipeIn(f32);
|
||||
/* 8005681C */ static void wipeIn(f32 i_wipeSpeed, GXColor& i_wipeColor);
|
||||
/* 800568D8 */ static void wipeIn(f32 i_wipeSpeed);
|
||||
/* 80056900 */ void calcWipe();
|
||||
|
||||
enum DrawBuffer {
|
||||
@@ -336,7 +336,7 @@ public:
|
||||
static dDlst_2DT2_c mWipeDlst;
|
||||
static GXColor mWipeColor;
|
||||
static f32 mWipeRate;
|
||||
static f32 mWipeSpeed[1 + 1 /* padding */];
|
||||
static f32 mWipeSpeed;
|
||||
static u8 mWipe;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user