Changeset 9450 in orxonox.OLD for branches/proxy/src/lib/network/network_stream.h
- Timestamp:
- Jul 25, 2006, 10:34:28 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/network_stream.h
r9449 r9450 41 41 void init(); 42 42 43 intconnectToMasterServer(std::string host, int port);44 int connectToProxyServer(std::string host, int port);43 void connectToMasterServer(std::string host, int port); 44 void connectToProxyServer(int proxyId, std::string host, int port); 45 45 void createServer(int port); 46 46 47 47 void createNetworkGameManager(); 48 void startHandshake(int userId = 0);48 void startHandshake(int userId = NET_ID_MASTER_SERVER); 49 49 50 50 /* synchronizeable interface */
Note: See TracChangeset
for help on using the changeset viewer.