Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/objecthierarchie/src/BaseObject.cc @ 197

Last change on this file since 197 was 149, checked in by landauf, 16 years ago

update; dont look at it, its not finished

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