mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 19:07:44 +00:00
Initial CScriptGun implementation, more loaders
This commit is contained in:
@@ -46,10 +46,12 @@ public:
|
||||
void Update(CStateManager&, float);
|
||||
void Update();
|
||||
void GetError(float, float) const;
|
||||
void GetDistanceCompensatedError(float, float) const;
|
||||
zeus::CVector3f GetDistanceCompensatedError(float, float) const;
|
||||
float GetMaxXError() const;
|
||||
float GetMaxZError() const;
|
||||
void GetError() const;
|
||||
void SetFirstBurstIndex(s32);
|
||||
|
||||
bool GetX14_24() const { return x14_24_; }
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user