Changeset 8455 in orxonox.OLD for branches/atmospheric_engine/src/lib/graphics/effects/rain_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/rain_effect.h
r8356 r8455 30 30 virtual void loadParams(const TiXmlElement* root); 31 31 32 virtual boolinit();32 virtual void init(); 33 33 34 virtual boolactivate();35 virtual booldeactivate();34 virtual void activate(); 35 virtual void deactivate(); 36 36 37 37 inline void activateRain() { this->activate(); }
Note: See TracChangeset
for help on using the changeset viewer.