Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 172 was 149, checked in by landauf, 17 years ago

update; dont look at it, its not finished

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