small compression
[carveJwlIkooP6JGAAIwe30JlM.git] / network_common.h
index 988afb2cdb63e021923ea0f880dafb9f6aaefa49..d3e1ab4c1d34af217905ae24c00fb1210fd7e1f5 100644 (file)
@@ -6,6 +6,15 @@
 
 #define NETWORK_USERNAME_MAX 32
 #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"