source:
code/trunk/src/orxonox/objects/BaseObject.cc
@
387
Last change on this file since 387 was 258, checked in by landauf, 17 years ago | |
---|---|
File size: 218 bytes |
Rev | Line | |
---|---|---|
[132] | 1 | #include "BaseObject.h" |
2 | ||
[149] | 3 | namespace orxonox |
4 | { | |
[218] | 5 | CreateFactory(BaseObject); |
6 | ||
[132] | 7 | BaseObject::BaseObject() |
8 | { | |
[244] | 9 | RegisterRootObject(BaseObject); |
[132] | 10 | } |
11 | ||
12 | BaseObject::~BaseObject() | |
13 | { | |
14 | } | |
[149] | 15 | } |
Note: See TracBrowser
for help on using the repository browser.