source:
Daodan/MSVC/Flatline_Server.h@
575
Last change on this file since 575 was 573, checked in by , 14 years ago | |
---|---|
File size: 355 bytes |
Rev | Line | |
---|---|---|
[567] | 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; | |
[573] | 10 | player_info* FLrServer_AddPlayer(int ip, char* name, bool is_server, bool is_bot); |
11 | void FLsPublic_Event( unsigned int eventIndex, int * args); | |
12 | ||
[567] | 13 | void FLrServer_Initialize(); |
14 | #endif |
Note:
See TracBrowser
for help on using the repository browser.