fix push pull callback UB in other compilers (#3134)

This commit is contained in:
TakaRikka
2026-03-18 02:57:37 -07:00
committed by GitHub
parent f64015ea38
commit bc7503cb70
3 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ public:
ACTION_DEAD_e,
};
static void PPCallBack(fopAc_ac_c*, fopAc_ac_c*, s16, dBgW_Base::PushPullLabel);
static fopAc_ac_c* PPCallBack(fopAc_ac_c*, fopAc_ac_c*, s16, dBgW_Base::PushPullLabel);
void initBaseMtx();
void setBaseMtx();
u16 getPointNo();