ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Mariusnet_Public.h
Revision: 876
Committed: Sat Jun 1 20:29:59 2013 UTC (12 years, 4 months ago) by gumby
Content type: text/x-chdr
File size: 775 byte(s)
Log Message:
Daodan pass 1

File Contents

# Content
1 extern unsigned char MsNet_Running;
2
3 unsigned char MSNet_Login(char* username, char* password);
4 void MSNet_SendChat( char* msg );
5 void MSNet_RoomExit();
6 void MSNet_DrawGames();
7 extern char MariusLogin[32];
8
9 typedef 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
35 typedef struct
36 {
37 short port;
38 short zero;
39 m_gamedescription g;
40 } m_announcegame;
41