Changeset 7381 in orxonox.OLD for branches/atmospheric_engine/src/lib/graphics/effects/atmospheric_engine.h
- Timestamp:
- Apr 26, 2006, 4:13:08 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/atmospheric_engine/src/lib/graphics/effects/atmospheric_engine.h
r7379 r7381 32 32 inline bool isActivated() const { return this->bActivated; } 33 33 34 void loadWeatherEffect s(const TiXmlElement* root);35 void loadSunEffect s(const TiXmlElement* root);34 void loadWeatherEffect(const TiXmlElement* root); 35 void loadSunEffect(const TiXmlElement* root); 36 36 37 37 private:
Note: See TracChangeset
for help on using the changeset viewer.