mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
fix push pull callback UB in other compilers (#3134)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user