Add a precompiled header for RELs (#2597)

This commit is contained in:
Max Roncace
2025-08-24 02:52:08 -04:00
committed by GitHub
parent 8a30030dc7
commit 513816ce5c
1085 changed files with 4491 additions and 12588 deletions
+4
View File
@@ -2,8 +2,12 @@
#define Z2CALC_H
#include "dolphin/types.h"
#include "m_Do/m_Do_lib.h"
namespace Z2Calc {
// hack for f_op_actor, having this present breaks its weak func ordering
static const Vec cNullVec = {0.0f, 0.0f, 0.0f};
enum CurveSign {
CURVE_SIGN_0 = 0,
CURVE_SIGN_1 = 1,