Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/main_reto/include/OrxonoxShip.h @ 126

Last change on this file since 126 was 126, checked in by rgrieder, 17 years ago
File size: 283 bytes
Line 
1#ifndef __OrxonoxShip__
2#define __OrxonoxShip__
3
4#include "Ogre.h"
5
6using namespace Ogre;
7
8class OrxonoxShip : public Entity
9{
10public:
11        OrxonoxShip(const Ogre::String, Ogre::MeshPtr&);
12        virtual ~OrxonoxShip();
13
14        virtual bool initialise();
15
16protected:
17};
18
19
20#endif
Note: See TracBrowser for help on using the repository browser.