2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-20 22:59:13 +00:00

CFlyingPirate: Finish Think implementation

This commit is contained in:
2020-03-18 02:53:53 -04:00
parent 642bf379ce
commit 851304ded9
3 changed files with 83 additions and 57 deletions

View File

@@ -137,6 +137,7 @@ public:
bool IsOver() const { return x68_25_over; }
void SetNoOverTimer(bool b) { x68_28_noOverTimer = b; }
void SetContinueSmallMovements(bool b) { x68_27_continueSmallMovements = b; }
u32 GetImpactCount() const { return x4c_impactCount; }
};
} // namespace urde