Add CScriptPickup and all dependencies

Former-commit-id: 78aebc8960
This commit is contained in:
Henrique Gemignani Passos Lima
2022-10-05 21:05:56 +03:00
parent c6383170f6
commit e2e4fe7f6c
16 changed files with 343 additions and 2 deletions

View File

@@ -111,6 +111,9 @@ public:
bool GetMovable() const { return xf8_24_movable; }
void SetMovable(bool v) { xf8_24_movable = v; }
void MoveToOR(const CVector3f&, float);
void RotateToOR(const CQuaternion&, float);
static float GetGravityConstant() { return skGravityConstant; }
private: