Changeset 9925 in orxonox.OLD for branches/network/src/world_entities/creatures
- Timestamp:
- Nov 9, 2006, 7:20:19 PM (18 years ago)
- Location:
- branches/network/src/world_entities/creatures
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/world_entities/creatures/fps_player.cc
r9922 r9925 41 41 42 42 43 #include "class_id_DEPRECATED.h" 44 ObjectListDefinition ID(FPSPlayer, CL_FPS_PLAYER);43 44 ObjectListDefinition(FPSPlayer); 45 45 CREATE_FACTORY(FPSPlayer); 46 46 -
branches/network/src/world_entities/creatures/md2_creature.cc
r9869 r9925 36 36 #include "debug.h" 37 37 38 #include "class_id_DEPRECATED.h" 39 ObjectListDefinition ID(MD2Creature, CL_MD2_CREATURE);38 39 ObjectListDefinition(MD2Creature); 40 40 CREATE_FACTORY(MD2Creature); 41 41
Note: See TracChangeset
for help on using the changeset viewer.