Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 126 was 126, checked in by rgrieder, 17 years ago
File size: 227 bytes
Line 
1#include "OrxonoxShip.h"
2
3
4OrxonoxShip::OrxonoxShip(const Ogre::String name, Ogre::MeshPtr &mesh)
5        : Entity(name, mesh)
6{
7}
8
9
10OrxonoxShip::~OrxonoxShip()
11{
12}
13
14
15bool OrxonoxShip::initialise()
16{
17        return true;
18}
Note: See TracBrowser for help on using the repository browser.