Last change
on this file since 682 was
673,
checked in by rgrieder, 17 years ago
|
- deleted obsolete classes: BaseEntity, Entity, Light and SceneNode (please complain if not agreed)
- improved include guard naming consistency
|
File size:
390 bytes
|
Rev | Line | |
---|
[673] | 1 | #ifndef _Skybox_H__ |
---|
| 2 | #define _Skybox_H__ |
---|
[507] | 3 | |
---|
| 4 | #include "BaseObject.h" |
---|
| 5 | #include "../../tinyxml/tinyxml.h" |
---|
| 6 | |
---|
| 7 | namespace orxonox |
---|
| 8 | { |
---|
| 9 | class Skybox : public BaseObject |
---|
| 10 | { |
---|
| 11 | public: |
---|
| 12 | Skybox(); |
---|
| 13 | virtual ~Skybox(); |
---|
| 14 | |
---|
| 15 | |
---|
| 16 | void loadParams(TiXmlElement* xmlElem); |
---|
| 17 | |
---|
| 18 | private: |
---|
| 19 | |
---|
| 20 | |
---|
| 21 | }; |
---|
| 22 | } |
---|
| 23 | |
---|
[673] | 24 | #endif /* _Skybox_H__ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.