Changeset 8521 in orxonox.OLD for branches/atmospheric_engine/src/lib/graphics/effects/sun_effect.h
- Timestamp:
- Jun 16, 2006, 10:34:43 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/atmospheric_engine/src/lib/graphics/effects/sun_effect.h
r7810 r8521 1 1 /*! 2 2 * @file sun_effect.h 3 * 3 * 4 4 */ 5 5 … … 20 20 virtual void loadParams(const TiXmlElement* root); 21 21 22 virtual boolinit();22 virtual void init(); 23 23 24 virtual boolactivate() = 0;25 virtual booldeactivate() = 0;24 virtual void activate() = 0; 25 virtual void deactivate() = 0; 26 26 27 27 virtual void draw() const;
Note: See TracChangeset
for help on using the changeset viewer.