Changeset 9705 in orxonox.OLD for branches/new_class_id/src/world_entities/projectiles
- Timestamp:
- Aug 25, 2006, 9:44:53 PM (18 years ago)
- Location:
- branches/new_class_id/src/world_entities/projectiles
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/world_entities/projectiles/projectile.cc
r9656 r9705 26 26 #include "debug.h" 27 27 28 NewObjectListDefinition(Projectile); 28 29 29 30 /** … … 32 33 Projectile::Projectile () : WorldEntity() 33 34 { 34 this-> setClassID(CL_PROJECTILE, "Projectile");35 this->registerObject(this, Projectile::_objectList); 35 36 36 37 this->lifeCycle = 0.0; -
branches/new_class_id/src/world_entities/projectiles/projectile.h
r9235 r9705 18 18 class Projectile : public WorldEntity 19 19 { 20 NewObjectListDeclaration(Projectile); 20 21 public: 21 22 Projectile ();
Note: See TracChangeset
for help on using the changeset viewer.