Changeset 9715 in orxonox.OLD for branches/new_class_id/src/world_entities/creatures
- Timestamp:
- Sep 1, 2006, 8:06:39 PM (19 years ago)
- Location:
- branches/new_class_id/src/world_entities/creatures
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/world_entities/creatures/fps_player.cc
r9709 r9715 42 42 43 43 #include "class_id.h" 44 NewObjectListDefinitionID(FPSPlayer, CL_FPS_PLAYER);44 ObjectListDefinitionID(FPSPlayer, CL_FPS_PLAYER); 45 45 CREATE_FACTORY(FPSPlayer); 46 46 -
branches/new_class_id/src/world_entities/creatures/fps_player.h
r9709 r9715 16 16 class FPSPlayer : public Playable 17 17 { 18 NewObjectListDeclaration(FPSPlayer);18 ObjectListDeclaration(FPSPlayer); 19 19 20 20 public: -
branches/new_class_id/src/world_entities/creatures/md2_creature.cc
r9709 r9715 38 38 39 39 #include "class_id.h" 40 NewObjectListDefinitionID(MD2Creature, CL_MD2_CREATURE);40 ObjectListDefinitionID(MD2Creature, CL_MD2_CREATURE); 41 41 CREATE_FACTORY(MD2Creature); 42 42 -
branches/new_class_id/src/world_entities/creatures/md2_creature.h
r9709 r9715 16 16 class MD2Creature : public Playable 17 17 { 18 NewObjectListDeclaration(MD2Creature);18 ObjectListDeclaration(MD2Creature); 19 19 20 20 public:
Note: See TracChangeset
for help on using the changeset viewer.