diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-30 18:59:57 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-30 18:59:57 -0500 |
| commit | 96513abb0ac2d5084ef40049137204f0c4533ed8 (patch) | |
| tree | 693367d039196a67ab4f75e20716c877b8d6efc6 /src/d/actor/d_a_npc_tt.cpp | |
| parent | 72c61dd7050f38b3d6be7c3fb7492430a584bf09 (diff) | |
various fixes to get more actors to compile
Diffstat (limited to 'src/d/actor/d_a_npc_tt.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc_tt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_npc_tt.cpp b/src/d/actor/d_a_npc_tt.cpp index 8f543dbf..9d3afa7d 100644 --- a/src/d/actor/d_a_npc_tt.cpp +++ b/src/d/actor/d_a_npc_tt.cpp @@ -4,7 +4,7 @@ // #include "d/actor/d_a_npc_tt.h" -#include "dolphin/types.h" +#include "m_Do/m_Do_ext.h" /* 00000078-00000098 .text daNpc_tt_XyCheckCB__FPvi */ void daNpc_tt_XyCheckCB(void*, int) { |
