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_name.cpp | |
| parent | ed1ee30dd20ab15ba73b987f1e59b0dfc16d09b2 (diff) | |
detect more floats/doubles, including from relocations
Diffstat (limited to 'src/d/d_name.cpp')
| -rw-r--r-- | src/d/d_name.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/d/d_name.cpp b/src/d/d_name.cpp index e587132396..b306df52a5 100644 --- a/src/d/d_name.cpp +++ b/src/d/d_name.cpp @@ -11,10 +11,10 @@ // Types: // -struct J2DPane {}; - struct JKRArchive {}; +struct J2DPane {}; + struct dSelect_cursor_c { /* 80194220 */ dSelect_cursor_c(u8, f32, JKRArchive*); /* 801950F4 */ void setPos(f32, f32, J2DPane*, bool); @@ -81,10 +81,10 @@ struct dDlst_NameIN_c { /* 8025115C */ ~dDlst_NameIN_c(); }; -struct JAISoundID {}; - struct Vec {}; +struct JAISoundID {}; + struct Z2SeMgr { /* 802AB984 */ void seStart(JAISoundID, Vec const*, u32, s8, f32, f32, f32, f32, u8); }; |
