Last change
on this file since 489 was
480,
checked in by nicolape, 18 years ago
|
Level loader working, see test1 class
|
File size:
327 bytes
|
Rev | Line | |
---|
[256] | 1 | #ifndef _BaseObject_H__ |
---|
| 2 | #define _BaseObject_H__ |
---|
| 3 | |
---|
[384] | 4 | #include "../core/IdentifierIncludes.h" |
---|
[256] | 5 | |
---|
| 6 | namespace orxonox |
---|
| 7 | { |
---|
| 8 | class BaseObject : virtual public OrxonoxClass |
---|
| 9 | { |
---|
| 10 | public: |
---|
| 11 | BaseObject(); |
---|
| 12 | virtual ~BaseObject(); |
---|
[480] | 13 | virtual void loadParams(TiXmlElement* xmlElem) {} |
---|
| 14 | |
---|
[256] | 15 | }; |
---|
| 16 | } |
---|
| 17 | |
---|
| 18 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.