Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/miniprojects/src/orxonox/objects/gametypes/CMakeLists.txt @ 2820

Last change on this file since 2820 was 2820, checked in by landauf, 15 years ago

Split Gametype into Gametype+Deathmatch. The only difference is output like "player x killed player y" which only appears in Deathmatch now. TeamGametype inherits from Deathmatch (and will shortly be renamed into TeamDeathmatch).

  • Property svn:eol-style set to native
File size: 85 bytes
Line 
1ADD_SOURCE_FILES(ORXONOX_SRC_FILES
2  Gametype.cc
3  Deathmatch.cc
4  TeamGametype.cc
5)
Note: See TracBrowser for help on using the repository browser.