Changeset 4253 in orxonox.OLD for orxonox/branches/levelLoader/src/world_entities/skybox.h
- Timestamp:
- May 21, 2005, 11:58:49 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/levelLoader/src/world_entities/skybox.h
r4251 r4253 22 22 public: 23 23 SkyBox(const char* fileName = NULL); 24 SkyBox( TiXmlElement* root);24 SkyBox(const TiXmlElement* root); 25 25 26 26 virtual ~SkyBox(); 27 27 28 void load (TiXmlElement* root);28 void loadParams(const TiXmlElement* root); 29 29 30 30 void preInit(void);
Note: See TracChangeset
for help on using the changeset viewer.