Changeset 1314 for code/branches/hud3/src/orxonox/objects/SpaceShip.h
- Timestamp:
- May 17, 2008, 3:05:27 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/hud3/src/orxonox/objects/SpaceShip.h
r1310 r1314 64 64 65 65 void getFocus(); 66 67 68 69 66 static SpaceShip* instance_s; 67 static Vector3 getSPosition(); 68 static Quaternion getSOrientation(); 69 static std::string whereAmI(); 70 70 static void setMaxSpeedTest(float value) 71 71 { SpaceShip::instance_s->setMaxSpeed(value); } … … 77 77 bool mouseScrolled (const MouseState& state) { return true; } 78 78 79 float getMaxSpeed(); 79 80 80 81 private:
Note: See TracChangeset
for help on using the changeset viewer.