diff options
| author | Julgodis <> | 2021-04-08 21:05:48 +0200 |
|---|---|---|
| committer | Julgodis <> | 2021-04-08 21:05:48 +0200 |
| commit | 2661db6aaa98a5bbd17691cb438ef64752dbcdf4 (patch) | |
| tree | 4e6d8499431192316bc2bae0cec8e6f92636b4b4 /libs/SSystem | |
| parent | a23a10639979ee10cbea5ffdadadc490d9e60227 (diff) | |
auto decompile more functions
Diffstat (limited to 'libs/SSystem')
| -rw-r--r-- | libs/SSystem/SComponent/c_angle.cpp | 2 | ||||
| -rw-r--r-- | libs/SSystem/SComponent/c_cc_d.cpp | 10 | ||||
| -rw-r--r-- | libs/SSystem/SComponent/c_cc_s.cpp | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/libs/SSystem/SComponent/c_angle.cpp b/libs/SSystem/SComponent/c_angle.cpp index 55abecb1c9..26c47b4ab6 100644 --- a/libs/SSystem/SComponent/c_angle.cpp +++ b/libs/SSystem/SComponent/c_angle.cpp @@ -13,6 +13,7 @@ struct cXyz {}; +struct cSPolar; struct cSAngle { /* 80030510 */ ~cSAngle(); /* 80270F98 */ cSAngle(s16); @@ -46,7 +47,6 @@ struct cSAngle { static u8 _270[2 + 6 /* padding */]; }; -struct cSPolar; struct cSGlobe { /* 80271820 */ cSGlobe(f32, s16, s16); /* 80271880 */ cSGlobe(cXyz const&); diff --git a/libs/SSystem/SComponent/c_cc_d.cpp b/libs/SSystem/SComponent/c_cc_d.cpp index 84e4ca57d9..0fcf6bb4c9 100644 --- a/libs/SSystem/SComponent/c_cc_d.cpp +++ b/libs/SSystem/SComponent/c_cc_d.cpp @@ -43,10 +43,7 @@ struct cM3dGAab { /* 8026EE68 */ void PlusR(f32); }; -struct cCcD_AabAttr {}; - -struct cCcD_PntAttr {}; - +struct cCcD_TriAttr; struct cCcD_ShapeAttr { struct Shape {}; @@ -60,9 +57,12 @@ struct cCcD_ShapeAttr { static f32 m_virtual_center[3]; }; +struct cCcD_AabAttr {}; + struct cCcD_CpsAttr; -struct cCcD_TriAttr; struct cCcD_SphAttr; +struct cCcD_PntAttr {}; + struct cCcD_CylAttr { /* 80084CC0 */ void GetCoCP() const; /* 80037A4C */ void GetCoCP(); diff --git a/libs/SSystem/SComponent/c_cc_s.cpp b/libs/SSystem/SComponent/c_cc_s.cpp index 75cda80ead..8f460beed9 100644 --- a/libs/SSystem/SComponent/c_cc_s.cpp +++ b/libs/SSystem/SComponent/c_cc_s.cpp @@ -21,6 +21,8 @@ struct cM3dGAab { /* 8026EE24 */ void CalcCenter(cXyz*) const; }; +struct cCcD_GObjInf {}; + struct cCcD_Stts { /* 80263934 */ void PlusCcMove(f32, f32, f32); /* 8026395C */ void ClrCcMove(); @@ -34,8 +36,6 @@ struct cCcD_Obj { /* 80263A48 */ void GetAc(); }; -struct cCcD_GObjInf {}; - struct cCcS { /* 80030BDC */ ~cCcS(); /* 80264A6C */ cCcS(); |
