source: Daodan/src/Flatline_Server.h@ 599

Last change on this file since 599 was 484, checked in by gumby, 15 years ago

ZOMG FLATLINE

File size: 279 bytes
Line 
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
9extern uint16_t max_connections;
10player_info* FLrServer_AddPlayer(int ip, char* name, bool is_server);
11void FLrServer_Initialize();
12#endif
Note: See TracBrowser for help on using the repository browser.