#include <header.h>
Typedefs | |
typedef void *(* | pthread_function_t )(void *) |
Functions | |
void | about (bool on) |
void | launch_server () |
int | main (int argc, char *argv[]) |
Variables | |
SDL_Surface * | s_about |
TCPsocket | csck = NULL |
TCPsocket | serv = NULL |
IPaddress | localip |
bool | server = false |
bool | conn_ok = false |
pthread_t | t1id |
bool | sthdone = true |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|