# | Line 8 | Line 8 | |
---|---|---|
8 | ||
9 | extern uint16_t max_connections; | |
10 | player_info* FLrServer_AddPlayer(int ip, char* name, bool is_server, bool is_bot); | |
11 | < | void FLsPublic_Event( unsigned int eventIndex, int * args); |
11 | > | int FLsPublic_Event( const unsigned int eventIndex, const int * args); |
12 | ||
13 | void FLrServer_Initialize(); | |
14 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |