diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-04-21 23:28:36 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-04-21 23:31:40 -0400 |
| commit | 94f3b78155f75de3a1bb1eaf8652d9017df18d65 (patch) | |
| tree | 9d69ea4402ca026bcd60fefcf56531f8558e356d /src/d/actor/d_a_obj_movebox.cpp | |
| parent | 6fb2cfde999d7aec40254a76c8c93c6a015e2b4e (diff) | |
Generate all actor profiles and method tables
Diffstat (limited to 'src/d/actor/d_a_obj_movebox.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_movebox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_movebox.cpp b/src/d/actor/d_a_obj_movebox.cpp index 6ab83f94..630f85af 100644 --- a/src/d/actor/d_a_obj_movebox.cpp +++ b/src/d/actor/d_a_obj_movebox.cpp @@ -4,6 +4,7 @@ */ #include "global.h" +#include "d/d_procname.h" // Needed for the .data and .bss sections to match. static f32 dummy1[3] = {1.0f, 1.0f, 1.0f}; @@ -18,7 +19,6 @@ static u8 dummy5[0x4C]; #include "JSystem/JUtility/JUTAssert.h" #include "d/d_com_inf_game.h" #include "m_Do/m_Do_mtx.h" -#include "dolphin/types.h" #include "d/actor/d_a_obj_buoyflag.h" #include "d/actor/d_a_obj_jump.h" #include "d/actor/d_a_obj_mmrr.h" |
