view weekly/all-time
[carveJwlIkooP6JGAAIwe30JlM.git] / network_common.h
index ad5fb56337cd3f38e723bf21ba815d5dbff33da6..82274edb4efb31dfb2444ef289b354ebc67294b3 100644 (file)
@@ -8,6 +8,11 @@
 #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
 
 #include "addon_types.h"