Changeset 7984 in orxonox.OLD for branches/network/src/util/multiplayer_team_deathmatch.h
- Timestamp:
- May 30, 2006, 5:36:03 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/util/multiplayer_team_deathmatch.h
r7810 r7984 10 10 #define _MULTIPLAYER_TEAM_DEATHMATCH_H 11 11 12 #include " game_rules.h"12 #include "network_game_rules.h" 13 13 14 14 … … 19 19 20 20 21 class MultiplayerTeamDeathmatch : public GameRules21 class MultiplayerTeamDeathmatch : public NetworkGameRules 22 22 { 23 23
Note: See TracChangeset
for help on using the changeset viewer.