Changeset 9925 in orxonox.OLD for branches/network/src/util
- Timestamp:
- Nov 9, 2006, 7:20:19 PM (18 years ago)
- Location:
- branches/network/src/util
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/util/kill_target.cc
r9869 r9925 22 22 23 23 24 #include "class_id_DEPRECATED.h" 25 ObjectListDefinition ID(KillTarget, CL_KILL_TARGET);24 25 ObjectListDefinition(KillTarget); 26 26 CREATE_FACTORY(KillTarget); 27 27 -
branches/network/src/util/multiplayer_team_deathmatch.cc
r9912 r9925 48 48 49 49 50 #include "class_id_DEPRECATED.h" 51 52 ObjectListDefinition ID(MultiplayerTeamDeathmatch, CL_MULTIPLAYER_TEAM_DEATHMATCH);50 51 52 ObjectListDefinition(MultiplayerTeamDeathmatch); 53 53 CREATE_FACTORY(MultiplayerTeamDeathmatch); 54 54 /** -
branches/network/src/util/singleplayer_shootemup.cc
r9869 r9925 25 25 26 26 27 #include "class_id_DEPRECATED.h" 28 ObjectListDefinition ID(SingleplayerShootemup, CL_SINGLEPLAYER_SHOOTEMUP);27 28 ObjectListDefinition(SingleplayerShootemup); 29 29 CREATE_FACTORY(SingleplayerShootemup); 30 30
Note: See TracChangeset
for help on using the changeset viewer.