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

Initial CJointCollisionDescription imps, minor CScriptTrigger cleanup

This commit is contained in:
2017-04-22 04:04:07 -07:00
parent 337ffd1c16
commit 1845a1465b
5 changed files with 69 additions and 24 deletions

View File

@@ -34,6 +34,9 @@ public:
{
};
private:
float x34_steeringSpeedMin;
float x38_steeringSpeedMax;
rstl::reserved_vector<CBodyStateCmd, 28> x44_;
public:
CBodyStateCmdMgr() = default;
void DeliverCmd(EBodyStateCmd);