Remove f_op_actor weak func order fakematch (-sym off)

This commit is contained in:
LagoLunatic
2025-08-22 14:03:39 -04:00
parent bb80f9c41e
commit cfb225e413
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -400,7 +400,7 @@ config.libs = [
Object(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "f_ap/f_ap_game.cpp"),
# f_op
Object(Matching, "f_op/f_op_actor.cpp", extra_cflags=["-sym off"]),
Object(Matching, "f_op/f_op_actor.cpp"),
Object(Matching, "f_op/f_op_actor_iter.cpp"),
Object(Matching, "f_op/f_op_actor_tag.cpp"),
Object(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "f_op/f_op_actor_mng.cpp"),
+1
View File
@@ -3,6 +3,7 @@
// Translation Unit: f_op_actor.cpp
//
#include "d/dolzel.h" // IWYU pragma: keep
#include "f_op/f_op_actor.h"
#include "f_op/f_op_actor_mng.h"
#include "f_op/f_op_actor_tag.h"