Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 30, 2007, 10:41:04 PM (17 years ago)
Author:
rgrieder
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/main_reto/include/OrxonoxShip.h

    r126 r127  
    66using namespace Ogre;
    77
    8 class OrxonoxShip : public Entity
     8class OrxonoxShip
    99{
    1010public:
    11         OrxonoxShip(const Ogre::String, Ogre::MeshPtr&);
     11        OrxonoxShip(SceneManager*, SceneNode*);
    1212        virtual ~OrxonoxShip();
     13
     14        /*void setThrust(float);
     15        void setSideThrust(float);*/
    1316
    1417        virtual bool initialise();
    1518
    1619protected:
     20        SceneManager *mSceneMgr;
     21        SceneNode *mRootNode;
     22        Entity *mShip;
    1723};
    1824
Note: See TracChangeset for help on using the changeset viewer.