source: Daodan/MSVC/Flatline_Server.h@ 620

Last change on this file since 620 was 583, checked in by gumby, 14 years ago

last update before big rewrite

File size: 432 bytes
RevLine 
[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
9extern uint16_t max_connections;
[573]10player_info* FLrServer_AddPlayer(int ip, char* name, bool is_server, bool is_bot);
[579]11int FLsPublic_Event( const unsigned int eventIndex, const int * args);
[573]12
[567]13void FLrServer_Initialize();
[580]14void FLsPingAll();
[583]15void FLsUpdateName( int index, char* name );
[567]16#endif
Note: See TracBrowser for help on using the repository browser.