Changeset 589 for Daodan/MSVC/Mariusnet_Defs.h
- Timestamp:
- Aug 20, 2011, 11:47:49 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/MSVC/Mariusnet_Defs.h
r588 r589 1 1 //to client 2 #include "Mariusnet_Public.h" 2 3 enum 3 4 { … … 176 177 typedef struct 177 178 { 178 short unknown16;179 short type;180 int options;181 int timelimit;182 int checksum;183 short difficulty;184 short maxplayers;185 short teamrandomseed;186 short maxteams; //-1187 int planningtime;188 int unusedint;189 int unusedint_2;190 short unknown16_2;191 short pluginflag;192 char pluginlist[512];193 int clientversion;//0xc136e436194 int unknownint;195 short status;196 short numplayers;197 char action;198 char pad[3];199 char Buffer[128];200 } m_gamedescription;201 202 typedef struct203 {204 short port;205 short zero;206 m_gamedescription g;207 } m_announcegame;208 209 typedef struct210 {211 179 unsigned int gameID; 212 180 unsigned int ipAddress;
Note:
See TracChangeset
for help on using the changeset viewer.