diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-08-20 19:09:06 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-08-20 19:09:06 -0400 |
| commit | ac8ff10650d7a2f54888a182dba630dd711ac03d (patch) | |
| tree | 35febdf90557a21f552e512a6e771fb596413d33 /src/d/actor/d_a_npc_btsw2.cpp | |
| parent | 709de55878722fbbdf8b0f2c2713778b342ec1fe (diff) | |
Fix most weak function ordering issues
Diffstat (limited to 'src/d/actor/d_a_npc_btsw2.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc_btsw2.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/d/actor/d_a_npc_btsw2.cpp b/src/d/actor/d_a_npc_btsw2.cpp index f25e2229..70584615 100644 --- a/src/d/actor/d_a_npc_btsw2.cpp +++ b/src/d/actor/d_a_npc_btsw2.cpp @@ -16,6 +16,22 @@ #include "m_Do/m_Do_mtx.h" #include "SSystem/SComponent/c_angle.h" +class daNpc_Btsw2_HIO_c { +public: + daNpc_Btsw2_HIO_c(); + virtual ~daNpc_Btsw2_HIO_c() {} + +public: + /* 0x04 */ s8 mNo; + /* 0x08 */ dNpc_HIO_c mNpc; + /* 0x30 */ s16 m30; + /* 0x32 */ s16 m32; + /* 0x34 */ f32 m34; + /* 0x38 */ f32 m38; + /* 0x3C */ s16 m3C; + /* 0x3E */ s16 m3E; +}; + static daNpc_Btsw2_HIO_c l_HIO; static dCcD_SrcCyl l_cyl_src = { |
