small compression
[carveJwlIkooP6JGAAIwe30JlM.git] / network_common.h
index ad5fb56337cd3f38e723bf21ba815d5dbff33da6..d3e1ab4c1d34af217905ae24c00fb1210fd7e1f5 100644 (file)
@@ -8,6 +8,13 @@
 #define NETWORK_MAX_PLAYERS 20
 #define NETWORK_FRAMERATE 0.1
 #define NETWORK_BUFFERFRAMES 6
+#define NETWORK_LEADERBOARD_MAX_SIZE 1024
+
+#define NETWORK_LEADERBOARD_ALLTIME 0
+#define NETWORK_LEADERBOARD_CURRENT_WEEK 1
+#define NETWORK_LEADERBOARD_ALLTIME_AND_CURRENT_WEEK 2
+#define NETWORK_PORT 27403
+#define NETWORK_PORT_STR(STR, X) STR #X
 
 #include "addon_types.h"