Changeset 7035 in orxonox.OLD for trunk/src/util/multiplayer_team_deathmatch.h
- Timestamp:
- Feb 5, 2006, 11:26:21 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/multiplayer_team_deathmatch.h
r7034 r7035 1 1 2 2 /*! 3 * @file game_rules.h3 * @file multiplayer_team_deathmatch.h 4 4 * Defines game rules for this game 5 5 */ … … 20 20 21 21 public: 22 MultiplayerTeamDeathmatch(const TiXmlElement root);22 MultiplayerTeamDeathmatch(const TiXmlElement* root = NULL); 23 23 virtual ~MultiplayerTeamDeathmatch(); 24 24 … … 35 35 36 36 protected: 37 virtual void check MultiplayerTeamDeathmatch();37 virtual void checkGameRules(); 38 38 }; 39 39
Note: See TracChangeset
for help on using the changeset viewer.