Changeset 9716 in orxonox.OLD for branches/new_class_id/src/util
- Timestamp:
- Sep 1, 2006, 8:16:15 PM (18 years ago)
- Location:
- branches/new_class_id/src/util
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/util/kill_target.cc
r9715 r9716 22 22 23 23 24 #include "class_id .h"24 #include "class_id_DEPRECATED.h" 25 25 ObjectListDefinitionID(KillTarget, CL_KILL_TARGET); 26 26 CREATE_FACTORY(KillTarget); -
branches/new_class_id/src/util/multiplayer_team_deathmatch.cc
r9715 r9716 48 48 49 49 50 #include "class_id .h"50 #include "class_id_DEPRECATED.h" 51 51 52 52 ObjectListDefinitionID(MultiplayerTeamDeathmatch, CL_MULTIPLAYER_TEAM_DEATHMATCH); -
branches/new_class_id/src/util/singleplayer_shootemup.cc
r9715 r9716 25 25 26 26 27 #include "class_id .h"27 #include "class_id_DEPRECATED.h" 28 28 ObjectListDefinitionID(SingleplayerShootemup, CL_SINGLEPLAYER_SHOOTEMUP); 29 29 CREATE_FACTORY(SingleplayerShootemup);
Note: See TracChangeset
for help on using the changeset viewer.