Loading...
Searching...
No Matches
16#include "../../nonport.h"
18#include "../gt2Encode.h"
20#define PORT_STRING ":12345"
32#define MAP_MAX 100000.0
33#define MAP_HALF (MAP_MAX / 2)
34#define MAP_EXTRA (MAP_MAX / 10)
40#define MSG_C_INITIAL 1
41#define MSG_C_INITIAL_STR "s"
43#define MSG_C_UPDATE_STR "ppzzzz"
45#define MSG_C_PRESS_STR "s"
47#define MSG_C_CHAT_STR "s"
48#define MSG_S_ADDCLIENT 1001
49#define MSG_S_ADDCLIENT_STR "bs"
50#define MSG_S_DELCLIENT 1002
51#define MSG_S_DELCLIENT_STR "b"
52#define MSG_S_START 1003
53#define MSG_S_START_STR "b"
54#define MSG_S_UPDATE 1004
55#define MSG_S_UPDATE_STR "pbb"
56#define MSG_S_UPDATE_CLIENT_STR "bpppizzzzz"
57#define MSG_S_UPDATE_OBJECT_STR "bpppi"
58#define MSG_S_CHAT 1005
59#define MSG_S_CHAT_STR "s"
60#define MSG_S_SOUND 1006
61#define MSG_S_SOUND_STR "b"
62#define MSG_S_NUMASTEROIDS 1007
63#define MSG_S_NUMASTEROIDS_STR "b"
65typedef unsigned char byte;
70extern const V3b Green;
72extern const V3b Yellow;
73extern const V3b Orange;
74extern const V3b Purple;
75extern const V3b Black;
76extern const V3b White;