Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 15, 2008, 10:10:47 PM (17 years ago)
Author:
FelixSchulthess
Message:

using vectors instead of integers now

File:
1 edited

Legend:

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

    r1295 r1302  
    6464
    6565            void getFocus();
    66 
     66            static SpaceShip* instance_s;
    6767            static Vector3 getSPosition();
    6868            static Quaternion getSOrientation();
     
    8080        private:
    8181            void createCamera();
    82             static SpaceShip* instance_s;
    8382
    8483            Vector3 testvector_;
Note: See TracChangeset for help on using the changeset viewer.