mirror of
https://github.com/zeldaret/tp
synced 2026-07-11 15:28:38 -04:00
Formatting fixes
This commit is contained in:
@@ -7,11 +7,11 @@
|
||||
class dDrawPath_c : public dDlst_base_c {
|
||||
public:
|
||||
struct line_class {
|
||||
/*0x0*/ u8 unk0;
|
||||
/*0x1*/ u8 unk1;
|
||||
/*0x2*/ u8 unk2;
|
||||
/*0x3*/ u8 unk3;
|
||||
/*0x4*/ u16* unk4;
|
||||
/* 0x00 */ u8 unk0;
|
||||
/* 0x01 */ u8 unk1;
|
||||
/* 0x02 */ u8 unk2;
|
||||
/* 0x03 */ u8 unk3;
|
||||
/* 0x04 */ u16* unk4;
|
||||
};
|
||||
|
||||
struct poly_class {};
|
||||
|
||||
@@ -78,7 +78,7 @@ public:
|
||||
/* 8003FF14 */ virtual void preDrawPath();
|
||||
/* 8003FFC4 */ virtual void postDrawPath();
|
||||
/* 800402C0 */ virtual void isDrawPath();
|
||||
/* 8003FE4C */ virtual void getBackColor() const;
|
||||
/* 8003FE4C */ virtual GXColor* getBackColor() const;
|
||||
/* 800402E0 */ virtual bool getFirstDrawLayerNo();
|
||||
/* 800402E8 */ virtual void getNextDrawLayerNo(int);
|
||||
/* 800409E0 */ virtual void isDrawIconSingle(dTres_c::data_s const*, int, int, bool, bool,
|
||||
|
||||
Reference in New Issue
Block a user