Changeset 9270 in orxonox.OLD for branches/proxy/src/lib/network/handshake.h
- Timestamp:
- Jul 13, 2006, 2:13:29 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/handshake.h
r9269 r9270 35 35 36 36 public: 37 Handshake( bool server, int clientId = 0, int networkGameManagerId = 0, int messageManagerId = 0 );37 Handshake( int nodeType, int clientId = 0, int networkGameManagerId = 0, int messageManagerId = 0 ); 38 38 39 39
Note: See TracChangeset
for help on using the changeset viewer.