Formatting fixes

This commit is contained in:
jdflyer
2022-01-17 20:19:43 -07:00
parent ecc987f34c
commit 252c5daba7
6 changed files with 31 additions and 22 deletions
+5 -5
View File
@@ -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 {};