Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/gui/src/orxonox/gamestates/CMakeLists.txt @ 2850

Last change on this file since 2850 was 2850, checked in by rgrieder, 15 years ago
  • Started working on cleaning up the GameState mess ;)
  • Cleaned out GUIManager
  • Renamed GSGUI to GSMainMenu
  • "—state blah" has been changed to —server, —client, —standalone, —dedicated
  • —console starts the game in the console (no level loading there yet, but "loadMenu")
  • adjusted run scripts
  • Property svn:eol-style set to native
File size: 174 bytes
Line 
1ADD_SOURCE_FILES(ORXONOX_SRC_FILES
2  GSClient.cc
3  GSDedicated.cc
4  GSGraphics.cc
5  GSIOConsole.cc
6  GSLevel.cc
7  GSMainMenu.cc
8  GSRoot.cc
9  GSServer.cc
10  GSStandalone.cc
11)
Note: See TracBrowser for help on using the repository browser.