]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.h
Added de-we to the credits
[xonotic/darkplaces.git] / common.h
index d2ed7aee75a83e8e790499e17f2a817ef045deb1..4dd98044d103ea985dc631629993515545dc24e1 100644 (file)
--- a/common.h
+++ b/common.h
@@ -184,11 +184,13 @@ extern    struct cvar_s   cmdline;
 #define GAME_SETHERAL 11
 #define GAME_SOM 12
 #define GAME_TENEBRAE 13 // full of evil hackery
+#define GAME_NEOTERIC 14
+#define GAME_OPENQUARTZ 15 //this game sucks
 
 extern int gamemode;
-extern char *gamename;
-extern char *gamedirname;
-extern char *gamescreenshotname;
+extern const char *gamename;
+extern const char *gamedirname;
+extern const char *gamescreenshotname;
 extern char com_modname[MAX_OSPATH];
 
 void COM_ToLowerString (const char *in, char *out, size_t size_out);