diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-12-05 21:46:58 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-05 18:46:58 -0800 |
| commit | ae9fa8922a52ccbff29891024aeafd1aed2d0400 (patch) | |
| tree | e91656e2d22eda43eb02828d9c0e99e0f91951ae /src/d/actor/d_a_obj_crvhahen.cpp | |
| parent | e6b1f3a4f2ffd7403d4949d0875f7827cd2846f2 (diff) | |
Work on weak function ordering (#2917)
* Fix functionvalue weak func order
* Add script to help diffing weak function order
* Improve alink weak func order (44 -> 15)
* Improve m_Do_ext weak order (12 -> 7)
* Remove old hack
* Fix d_a_tbox weak func order
* Fix d_a_npc_ks weak func order
* Fix error when trying to diff weak func order for ShieldD due to hidden function alignment gap symbols
Diffstat (limited to 'src/d/actor/d_a_obj_crvhahen.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_crvhahen.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/d/actor/d_a_obj_crvhahen.cpp b/src/d/actor/d_a_obj_crvhahen.cpp index 10adfceebf..b63be7ae67 100644 --- a/src/d/actor/d_a_obj_crvhahen.cpp +++ b/src/d/actor/d_a_obj_crvhahen.cpp @@ -6,6 +6,7 @@ #include "d/dolzel_rel.h" // IWYU pragma: keep #include "d/actor/d_a_obj_crvhahen.h" +#include "d/actor/d_a_player.h" static const char* l_arcName = "CrvFence"; |
