Changeset 9716 in orxonox.OLD for branches/new_class_id/src/world_entities/creatures
- Timestamp:
- Sep 1, 2006, 8:16:15 PM (18 years ago)
- Location:
- branches/new_class_id/src/world_entities/creatures
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/world_entities/creatures/fps_player.cc
r9715 r9716 41 41 42 42 43 #include "class_id .h"43 #include "class_id_DEPRECATED.h" 44 44 ObjectListDefinitionID(FPSPlayer, CL_FPS_PLAYER); 45 45 CREATE_FACTORY(FPSPlayer); -
branches/new_class_id/src/world_entities/creatures/md2_creature.cc
r9715 r9716 37 37 #include "debug.h" 38 38 39 #include "class_id .h"39 #include "class_id_DEPRECATED.h" 40 40 ObjectListDefinitionID(MD2Creature, CL_MD2_CREATURE); 41 41 CREATE_FACTORY(MD2Creature);
Note: See TracChangeset
for help on using the changeset viewer.