added hard-coding test mode for high score server
[rocksndiamonds.git] / src / libgame / system.h
index 6d94d4f1eb41e07da816aae54792e65382f1277d..c4b5bc39a961702771100a6d4e80241526d0765f 100644 (file)
 #define API_SERVER_URI_GET             "/api/scores/get"
 #define API_SERVER_URI_RENAME          "/api/players/rename"
 
+#define TESTING
+
 #if defined(TESTING)
 #undef API_SERVER_HOSTNAME
 #define API_SERVER_HOSTNAME            "api-test.artsoft.org"