summaryrefslogtreecommitdiff
path: root/include/publicServer.h
blob: 7fb22dab02b766d36862766e97d98d961bcddb56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

#ifndef PUBLIC_SERVER_H

#define PUBLIC_SERVER_H

#include "arena.h"

#define WORLD_COUNT_ROUND_UNLIMITED	-1

extern void countRoundInc();
extern int initPublicServer();
extern int getChoiceArenaId();
extern void eventPublicServer();
extern void my_handler_quit(int n);
extern void quitPublicServer();
extern int startPublicServer();

#endif