mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 05:22:39 -04:00
Remove a bunch of weak func order fakematches
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user