mirror of
https://github.com/zeldaret/tp
synced 2026-08-09 02:48:21 -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 {};
|
||||
|
||||
Reference in New Issue
Block a user