Remove a bunch of weak func order fakematches

This commit is contained in:
LagoLunatic
2025-08-22 12:22:01 -04:00
parent bcf7c567f2
commit 3862848e4a
7 changed files with 7 additions and 25 deletions
-6
View File
@@ -4,11 +4,6 @@
*/
#include "d/dolzel.h" // IWYU pragma: keep
// Fakematch? Having sym off before d_a_ks.h but then turning it on before
// d_a_player_main.h fixes the weak function ordering of
// `daPy_py_c::getSwordTopPos() const` and `daPy_py_c::getHeadTopPos() const`
// in this TU.
#pragma sym off
#include "d/actor/d_a_ks.h"
#include "d/d_procname.h"
#include "d/d_priority.h"
@@ -16,7 +11,6 @@
#include "d/d_s_play.h"
#include "f_op/f_op_camera.h"
#include "d/d_snap.h"
#pragma sym on
#include "d/actor/d_a_player_main.h"
#include "d/actor/d_a_gm.h"
#include "d/res/res_ks.h"