Last change
on this file since 248 was
246,
checked in by landauf, 17 years ago
|
added "MetaObjectList", containing the list-element of the ObjectList of all classes an object is registered in. this allowes much faster deleting of objects.
|
File size:
218 bytes
|
Line | |
---|
1 | #include "BaseObject.h" |
---|
2 | |
---|
3 | namespace orxonox |
---|
4 | { |
---|
5 | CreateFactory(BaseObject); |
---|
6 | |
---|
7 | BaseObject::BaseObject() |
---|
8 | { |
---|
9 | RegisterRootObject(BaseObject); |
---|
10 | } |
---|
11 | |
---|
12 | BaseObject::~BaseObject() |
---|
13 | { |
---|
14 | } |
---|
15 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.