source: Daodan/src/Mariusnet_Public.h@ 876

Last change on this file since 876 was 876, checked in by gumby, 11 years ago

Daodan pass 1

File size: 775 bytes
Line 
1extern unsigned char MsNet_Running;
2
3unsigned char MSNet_Login(char* username, char* password);
4void MSNet_SendChat( char* msg );
5void MSNet_RoomExit();
6void MSNet_DrawGames();
7extern char MariusLogin[32];
8
9typedef struct
10{
11 short unknown16;
12 short type;
13 int options;
14 int timelimit;
15 int checksum;
16 short difficulty;
17 short maxplayers;
18 short teamrandomseed;
19 short maxteams; //-1
20 int planningtime;
21 int unusedint;
22 int unusedint_2;
23 short unknown16_2;
24 short pluginflag;
25 char pluginlist[512];
26 int clientversion;//0xc136e436
27 int unknownint;
28 short status;
29 short numplayers;
30 char action;
31 char pad[3];
32 char Buffer[128];
33} m_gamedescription;
34
35typedef struct
36{
37 short port;
38 short zero;
39 m_gamedescription g;
40} m_announcegame;
41
Note: See TracBrowser for help on using the repository browser.