ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/MSVC/Flatline_Server.h
Revision: 567
Committed: Fri Jun 25 03:52:34 2010 UTC (15 years, 3 months ago) by gumby
Content type: text/x-chdr
File size: 279 byte(s)
Log Message:
Daodan MSVC

File Contents

# Content
1 #ifndef FLATLINE_SERVER_H
2 #define FLATLINE_SERVER_H
3
4 #define TOO_MANY_CONNECTIONS -1
5 #include "Flatline.h"
6 #include "winsock.h"
7
8
9 extern uint16_t max_connections;
10 player_info* FLrServer_AddPlayer(int ip, char* name, bool is_server);
11 void FLrServer_Initialize();
12 #endif