Register interp callback for d_a_obj_lv8Lift

This commit is contained in:
Irastris
2026-04-27 01:04:45 -04:00
parent 23a91a37be
commit 5f33489465
2 changed files with 44 additions and 0 deletions
+3
View File
@@ -58,6 +58,9 @@ public:
void setNextPoint();
int Draw();
int Delete();
#if TARGET_PC
friend void daL8Lift_interp_callback(bool isSimFrame, void* pUserWork);
#endif
u8 getPthID() { return fopAcM_GetParamBit(this, 0, 8); }
u8 getMoveSpeed() { return fopAcM_GetParamBit(this, 8, 4); }