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_arrow.cpp | |
| parent | 6fb2cfde999d7aec40254a76c8c93c6a015e2b4e (diff) | |
Generate all actor profiles and method tables
Diffstat (limited to 'src/d/actor/d_a_arrow.cpp')
| -rw-r--r-- | src/d/actor/d_a_arrow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/d/actor/d_a_arrow.cpp b/src/d/actor/d_a_arrow.cpp index 3da0611e..85d25a6a 100644 --- a/src/d/actor/d_a_arrow.cpp +++ b/src/d/actor/d_a_arrow.cpp @@ -9,6 +9,7 @@ // the DOL, even though this is an ugly hack and they're now in the wrong translation unit instead. #include "d/actor/d_a_player.h" u32 daPy_py_c::checkPlayerFly() const { return 0; } +#include "d/d_procname.h" #include "d/actor/d_a_arrow.h" #include "m_Do/m_Do_mtx.h" |
