Changeset 8331 in orxonox.OLD for branches/network/src/util/multiplayer_team_deathmatch.h
- Timestamp:
- Jun 12, 2006, 10:49:23 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/util/multiplayer_team_deathmatch.h
r8147 r8331 27 27 28 28 29 class MultiplayerTeamDeathmatch : public NetworkGameRules 29 class MultiplayerTeamDeathmatch : public NetworkGameRules, public EventListener 30 30 { 31 31 … … 55 55 56 56 int getRandomTeam(); 57 58 virtual void process(const Event &event); 57 59 58 60 protected: … … 74 76 float gameStateTimer; //!< if less than 0 -> change game state 75 77 78 bool bShowTeamChange; //!< if true -> show team change dialog 79 76 80 OrxGui::GLGuiBox* box; 77 81 … … 87 91 void onButtonTeam0(); 88 92 void onButtonTeam1(); 93 void onButtonCancel(); 89 94 void onButtonExit(); 90 95 };
Note: See TracChangeset
for help on using the changeset viewer.