- Timestamp:
- May 21, 2015, 2:39:05 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/multiplayerFS15/src/libraries/network/MasterServerProtocol.h
r10427 r10447 44 44 45 45 46 47 48 46 /*** GAME SERVER COMMUNICATIONS ***/ 49 47 /* Game server token (shows that the party sending data is a game server) */ … … 77 75 #define MSPROTO_ACK_LEN 3 78 76 77 /* server name */ 79 78 #define MSPROTO_SET_NAME "NAM" 80 79 #define MSPROTO_SET_NAME_LEN 3 81 80 81 /* server number of clients */ 82 82 #define MSPROTO_SET_CLIENTS "CLI" 83 83 #define MSPROTO_SET_CLIENTS_LEN 3
Note: See TracChangeset
for help on using the changeset viewer.