Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/src/orxonox/objects/BaseObject.cc @ 480

Last change on this file since 480 was 480, checked in by nicolape, 16 years ago

Level loader working, see test1 class

File size: 224 bytes
Line 
1#include "BaseObject.h"
2
3namespace orxonox
4{
5    CreateFactory(BaseObject);
6
7    BaseObject::BaseObject()
8    {
9        RegisterRootObject(BaseObject);
10    }
11
12    BaseObject::~BaseObject()
13    {
14    }
15   
16}
Note: See TracBrowser for help on using the repository browser.