Changeset 10067 in orxonox.OLD for branches/heathaze/src/proto
- Timestamp:
- Dec 13, 2006, 3:39:43 PM (18 years ago)
- Location:
- branches/heathaze/src/proto
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/heathaze/src/proto/proto_world_entity.cc
r9406 r10067 16 16 #include "proto_world_entity.h" 17 17 18 18 ObjectListDefinition(ProtoWorldEntity); 19 19 20 20 … … 25 25 ProtoWorldEntity::ProtoWorldEntity(const TiXmlElement* root) 26 26 { 27 this->registerObject(this, ProtoWorldEntity::_objectList); 27 28 this->init(); 28 29 if (root != NULL) … … 46 47 void ProtoWorldEntity::init() 47 48 { 48 this->setClassID(CL_PROTO_WORLD_ENTITY, "ProtoWorldEntity"); 49 50 /** 51 * @todo: Write CL_PROTO_WORLD_ENTITY INTO THE src/defs/class_id.h (your own definition) 52 */ 53 49 54 50 } 55 51 -
branches/heathaze/src/proto/proto_world_entity.h
r6512 r10067 12 12 class ProtoWorldEntity : public WorldEntity 13 13 { 14 15 ObjectListDeclaration(ProtoWorldEntity); 14 16 15 17 public:
Note: See TracChangeset
for help on using the changeset viewer.