Changeset 9686 in orxonox.OLD for branches/new_class_id/src/lib/particles/plane_emitter.cc
- Timestamp:
- Aug 22, 2006, 2:36:54 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/particles/plane_emitter.cc
r9406 r9686 23 23 #include "util/loading/factory.h" 24 24 #include "debug.h" 25 #include "stdlibincl.h"26 25 27 28 26 #include "class_id.h" 29 27 30 28 CREATE_FACTORY(PlaneEmitter, CL_PLANE_EMITTER); 29 NewObjectListDefinitionID(PlaneEmitter, CL_PLANE_EMITTER); 31 30 32 31 /** … … 68 67 void PlaneEmitter::init() 69 68 { 70 this-> setClassID(CL_PLANE_EMITTER, "PlaneEmitter");69 this->registerObject(this, PlaneEmitter::_objectList); 71 70 this->setSize(1.0f, 1.0f); 72 71 }
Note: See TracChangeset
for help on using the changeset viewer.