Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/masterserver/src/modules/masterserver/MasterServer.h @ 7568

Last change on this file since 7568 was 7568, checked in by smerkli, 14 years ago

some progress, nothing working yet though.

File size: 525 bytes
Line 
1#ifndef _MasterServer_
2#define _MasterServer_
3
4/* orxonox includes */
5#include <enet/enet.h>
6#include <network/packet/Chat.h>
7#include <network/packet/ClassID.h>
8#include <network/packet/DeleteObjects.h>
9#include <network/packet/FunctionIDs.h>
10#include <network/packet/Gamestate.h>
11#include <network/packet/Welcome.h>
12
13/* my includes */
14#include "ServerList.h"
15
16/* c compatibility */
17#include <cstdio>
18
19#define ORX_MSERVER_PORT 1234
20#define ORX_MSERVER_MAXCONNS 32
21#define ORX_MSERVER_MAXCHANS 2
22
23#endif /* _MasterServer_ */
Note: See TracBrowser for help on using the repository browser.