Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 10, 2010, 4:22:58 PM (14 years ago)
Author:
smerkli
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/masterserver/src/libraries/network/Server.h

    r7163 r7634  
    3838#include "ServerConnection.h"
    3939#include "LANDiscoverable.h"
     40#include "MasterServerComm.h"
     41
     42/* proto (move to central point soon) */
     43#define MS_ADDRESS "localhost"
    4044
    4145namespace orxonox
     
    5357    ~Server();
    5458
     59    void helper_ConnectToMasterserver();
    5560    void open();
    5661    void close();
     
    8287
    8388    float timeSinceLastUpdate_;
     89    MasterServerComm msc;
    8490  };
    8591
Note: See TracChangeset for help on using the changeset viewer.