]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - fs.h
patch from David Cristian which adds a "browse mods" menu which seems to
[xonotic/darkplaces.git] / fs.h
diff --git a/fs.h b/fs.h
index c790e7340b3e4e5bd51a9e8e4ff50fc72c3da975..9ed0b5114cf2c22c236758cf586f9221634f8ce0 100644 (file)
--- a/fs.h
+++ b/fs.h
@@ -44,6 +44,10 @@ typedef long long fs_offset_t;
 extern char fs_gamedir [MAX_OSPATH];
 extern char fs_basedir [MAX_OSPATH];
 
+// list of active game directories (empty if not running a mod)
+#define MAX_GAMEDIRS 16
+extern int fs_numgamedirs;
+extern char fs_gamedirs[MAX_GAMEDIRS][MAX_QPATH];
 
 
 // ------ Main functions ------ //