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

Finish CScriptPlatform

This commit is contained in:
Jack Andersen
2018-06-29 10:21:36 -10:00
parent 3a9e7b2f9b
commit d0af2cb4f7
75 changed files with 590 additions and 239 deletions

View File

@@ -8,7 +8,7 @@ namespace urde
class CScriptWaypoint : public CActor
{
float xe8_;
float xe8_speed;
u32 xec_;
float xf0_;
bool xf4_;
@@ -27,6 +27,7 @@ public:
void AddToRenderer(const zeus::CFrustum&, const CStateManager&) const;
TUniqueId FollowWaypoint(CStateManager& mgr) const;
TUniqueId NextWaypoint(CStateManager& mgr) const;
float GetSpeed() const { return xe8_speed; }
};
}