diff options
| author | Julgodis <> | 2021-04-07 09:16:47 +0200 |
|---|---|---|
| committer | Julgodis <> | 2021-04-07 09:16:47 +0200 |
| commit | dca1d2a1c032f239c65aa1b7767132c12e89f628 (patch) | |
| tree | 103f2574cfa7c6b9f19df522447d0b58861b60ba /src/d/d_k_wpillar.cpp | |
| parent | ed1ee30dd20ab15ba73b987f1e59b0dfc16d09b2 (diff) | |
detect more floats/doubles, including from relocations
Diffstat (limited to 'src/d/d_k_wpillar.cpp')
| -rw-r--r-- | src/d/d_k_wpillar.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/d/d_k_wpillar.cpp b/src/d/d_k_wpillar.cpp index 3a14df1370..d01afcb85b 100644 --- a/src/d/d_k_wpillar.cpp +++ b/src/d/d_k_wpillar.cpp @@ -11,10 +11,10 @@ // Types: // -struct J3DMaterialTable {}; - struct J3DAnmTextureSRTKey {}; +struct J3DMaterialTable {}; + struct mDoExt_btkAnm { /* 8000D63C */ void init(J3DMaterialTable*, J3DAnmTextureSRTKey*, int, int, f32, s16, s16); /* 8000D6D8 */ void entry(J3DMaterialTable*, f32); @@ -70,10 +70,10 @@ struct dRes_control_c { struct dPa_levelEcallBack {}; -struct csXyz {}; - struct _GXColor {}; +struct csXyz {}; + struct dPa_control_c { /* 8004CA90 */ void set(u8, u16, cXyz const*, dKy_tevstr_c const*, csXyz const*, cXyz const*, u8, dPa_levelEcallBack*, s8, _GXColor const*, _GXColor const*, |
