]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/defs.h
Coalesce printf() statements in main.cpp, make them translatable.
[quix0rs-blobwars.git] / src / defs.h
index 1758ffbc4c39f8609d11934ce92c3d30a362c869..c5636bb77ba4d0133bbd2e7888ca2a97efb10de5 100644 (file)
@@ -1,5 +1,5 @@
 /*
-Copyright (C) 2004 Parallel Realities
+Copyright (C) 2004-2011 Parallel Realities
 
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
@@ -359,6 +359,12 @@ enum {
 #ifndef GAMEPLAYMANUAL
        #define GAMEPLAYMANUAL "manual.html"
 #endif
+#ifndef MEDAL_SERVER_HOST
+       #define MEDAL_SERVER_HOST "localhost"
+#endif
+#ifndef MEDAL_SERVER_PORT
+       #define MEDAL_SERVER_PORT 80
+#endif
 
 enum {
 
@@ -366,7 +372,8 @@ enum {
        PAK_SOUND,
        PAK_MUSIC,
        PAK_DATA,
-       PAK_FONT
+       PAK_FONT,
+       PAK_TAGS
 };
 
 /* ############# debug ################## */