diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2023-05-18 12:10:49 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-18 12:10:49 +0300 |
| commit | 2ef82b2b66a8a556f7bdf199f99a9a7e4bc9d3f3 (patch) | |
| tree | a32aa4837cedca61317762cc82a8f00dd33b362f /src/d/a/d_a_npc.cpp | |
| parent | b7bc5b42a57f7e351c04af1244b3014e228716d3 (diff) | |
| parent | 221f40e6097dfe76c76602aa21aa07d5f760dce4 (diff) | |
Merge branch 'master' into various3
Diffstat (limited to 'src/d/a/d_a_npc.cpp')
| -rw-r--r-- | src/d/a/d_a_npc.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/d/a/d_a_npc.cpp b/src/d/a/d_a_npc.cpp index c23f59c14f..768d73c013 100644 --- a/src/d/a/d_a_npc.cpp +++ b/src/d/a/d_a_npc.cpp @@ -4,13 +4,15 @@ // #include "d/a/d_a_npc.h" +#include "SSystem/SComponent/c_math.h" #include "d/a/d_a_player.h" #include "d/d_procname.h" #include "dol2asm.h" #include "dolphin/types.h" +#include "f_op/f_op_actor_mng.h" +#include "global.h" #include "m_Do/m_Do_mtx.h" #include "rel/d/a/npc/d_a_npc_tk/d_a_npc_tk.h" -#include "SSystem/SComponent/c_math.h" #include "m_Do/m_Do_lib.h" // |
