diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-12-02 21:18:28 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-02 18:18:28 -0800 |
| commit | e39af8edf551c076f46ca0d8010b3012b5bf886f (patch) | |
| tree | 9dc5e83957bc7d84212eed2fc2f7f84af57e798c /src/d/actor/d_a_npc2.cpp | |
| parent | cabc7039696f73e8216b629b79b3363f2e91865c (diff) | |
Match 4 more functions (#2909)
* Match daNpcF_Lookat_c::adjustMoveDisAngle
* Match daNpc_ykM_c::reset and daNpc_ykW_c::reset
* Fakematch daNpcThe_c::main gameInfo load
* Update configure.py
Diffstat (limited to 'src/d/actor/d_a_npc2.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc2.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/d/actor/d_a_npc2.cpp b/src/d/actor/d_a_npc2.cpp index 2b919fae8d..b7b0e12983 100644 --- a/src/d/actor/d_a_npc2.cpp +++ b/src/d/actor/d_a_npc2.cpp @@ -1,5 +1,7 @@ #include "d/actor/d_a_npc.h" #include "d/actor/d_a_npc2.h" +#include "d/d_bg_w.h" +#include "d/d_debug_viewer.h" static s32 daBaseNpc_chkPnt(cXyz param_0, dPnt* param_1, u16 param_2, u16 param_3, int param_4, int param_5); static u16 daBaseNpc_putNurbs(dPnt* i_CPnts, int i_CPntNum, int i_maxPntNum, dPnt* o_curve_p, BOOL i_isClosed); |
