Last change
on this file since 564 was
531,
checked in by scheusso, 17 years ago
|
started implementing presentation
|
File size:
409 bytes
|
Rev | Line | |
---|
[515] | 1 | #ifndef _OBJECT_ENTITY_H__ |
---|
| 2 | #define _OBJECT_ENTITY_H__ |
---|
| 3 | |
---|
| 4 | #include "BaseObject.h" |
---|
| 5 | #include "../../tinyxml/tinyxml.h" |
---|
[531] | 6 | #include "network/Synchronisable.h" |
---|
[515] | 7 | |
---|
| 8 | namespace orxonox |
---|
| 9 | { |
---|
| 10 | class Entity : public BaseObject |
---|
| 11 | { |
---|
| 12 | public: |
---|
| 13 | Entity(); |
---|
| 14 | virtual ~Entity(); |
---|
| 15 | |
---|
| 16 | |
---|
| 17 | void loadParams(TiXmlElement* xmlElem); |
---|
| 18 | |
---|
| 19 | private: |
---|
| 20 | |
---|
| 21 | }; |
---|
| 22 | } |
---|
| 23 | |
---|
| 24 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.