]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.h
Bounds
[xonotic/darkplaces.git] / common.h
index 45cf7de54be886c202609a77f7e1e87e43b64208..638c7d448e9b0e602d73df944c6bc777ec55dbbb 100644 (file)
--- a/common.h
+++ b/common.h
@@ -204,6 +204,7 @@ int COM_ParseToken_Console(const char **datapointer);
 
 extern int com_argc;
 extern const char **com_argv;
+extern int com_selffd;
 
 int COM_CheckParm (const char *parm);
 void COM_Init (void);
@@ -271,6 +272,7 @@ typedef enum gamemode_e
        GAME_PROPHECY,
        GAME_BLOODOMNICIDE,
        GAME_STEELSTORM, // added by motorsep
+       GAME_STRAPBOMB, // added by motorsep for Urre
        GAME_COUNT
 }
 gamemode_t;