Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Level loader working, see test1 class

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