- Timestamp:
- May 16, 2019, 4:57:28 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBloxShip.h
r12370 r12391 53 53 //virtual void rotatePitch(const Vector2& value) override{}; // Rotate in pitch direction. 54 54 //Yaw 55 virtual void rotatePitch(const Vector2& value) override{}; // Rotate in pitch direction. 55 56 virtual void rotateRoll(const Vector2& value) override{}; // Rotate in roll direction. 56 57 virtual void boost(bool boost) override; //Override, so that the ship does not shake 58 57 59 58 60 /*Functions that can be helpful while debugging. … … 69 71 } 70 72 71 protected:73 //protected: 72 74 private: 73 75 OrxoBlox* getGame();
Note: See TracChangeset
for help on using the changeset viewer.