Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 17, 2008, 3:05:27 PM (17 years ago)
Author:
FelixSchulthess
Message:

added speedometer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hud3/src/orxonox/objects/SpaceShip.h

    r1310 r1314  
    6464
    6565            void getFocus();
    66             static SpaceShip* instance_s;
    67             static Vector3 getSPosition();
    68             static Quaternion getSOrientation();
    69             static std::string whereAmI();
     66            static SpaceShip* instance_s;
     67            static Vector3 getSPosition();
     68            static Quaternion getSOrientation();
     69            static std::string whereAmI();
    7070            static void setMaxSpeedTest(float value)
    7171                { SpaceShip::instance_s->setMaxSpeed(value); }
     
    7777            bool mouseScrolled      (const MouseState& state) { return true; }
    7878
     79            float getMaxSpeed();
    7980
    8081        private:
Note: See TracChangeset for help on using the changeset viewer.