2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 09:07:43 +00:00

Finalize CBloodFlower imps

This commit is contained in:
2019-03-23 22:45:47 -07:00
parent d3a251589c
commit 799ff4a64b
6 changed files with 121 additions and 29 deletions

View File

@@ -93,9 +93,10 @@ public:
void UpdateParticleFX();
virtual void Update(float dt);
void SetGravity(const zeus::CVector3f& grav) { xbc_gravity = grav; }
zeus::CVector3f GetGravity() const { return xbc_gravity; }
static void SetGlobalSeed(u16 seed) { g_GlobalSeed = seed; }
CElementGen* GetAttachedPS1() const { return xfc_APSMGen.get(); }
double GameTime() const { return xd0_curTime; }
static float GetTickPeriod() { return 0.0166667f; }
static constexpr float GetTickPeriod() { return 0.0166667f; }
};
} // namespace urde