Changeset 9685 in orxonox.OLD for branches/new_class_id/src/lib/graphics/effects/graphics_effect.cc
- Timestamp:
- Aug 22, 2006, 1:16:23 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/graphics/effects/graphics_effect.cc
r9406 r9685 22 22 #include "util/loading/load_param.h" 23 23 24 25 26 27 24 NewObjectListDefinition(GraphicsEffect); 28 25 29 26 /** … … 33 30 */ 34 31 GraphicsEffect::GraphicsEffect(const TiXmlElement* root) { 35 this->setClassID(CL_GRAPHICS_EFFECT, "GraphicsEffect");32 this->registerObject(this, GraphicsEffect::_objectList); 36 33 this->bActivated = false; 37 34 }
Note: See TracChangeset
for help on using the changeset viewer.