Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 13, 2008, 3:25:10 PM (16 years ago)
Author:
scheusso
Message:

sdfsdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/orxonox/Orxonox.h

    r871 r888  
    2525
    2626  enum gameMode{
    27     STANDALONE,
    2827    SERVER,
    2928    CLIENT,
    30     PRESENTATION
     29    STANDALONE
    3130  };
    3231
     
    5453      void standaloneInit(std::string path);
    5554      // run functions
    56       void playableServer(std::string path);
    57       void standalone();
     55      void serverStart();
     56      void clientStart();
     57      void standaloneStart();
    5858      void defineResources();
    5959      void setupRenderSystem();
Note: See TracChangeset for help on using the changeset viewer.