Changeset 8455 in orxonox.OLD for branches/atmospheric_engine/src/lib/graphics/effects/snow_effect.h
- Timestamp:
- Jun 15, 2006, 1:12:24 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/atmospheric_engine/src/lib/graphics/effects/snow_effect.h
r8255 r8455 28 28 virtual void loadParams(const TiXmlElement* root); 29 29 30 virtual boolinit();30 virtual void init(); 31 31 32 virtual boolactivate();33 virtual booldeactivate();32 virtual void activate(); 33 virtual void deactivate(); 34 34 35 35 inline void activateSnow() { this->activate(); }
Note: See TracChangeset
for help on using the changeset viewer.