]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/common/vfs.h
Q3map2:
[xonotic/netradiant.git] / tools / quake3 / common / vfs.h
index 3527b3e1392cf0f03d232f7345d43c16ac1bbeaa..eb6abe75b24072389008e89b38fcfd6198132955 100644 (file)
@@ -61,5 +61,6 @@ qboolean vfsPackFile_Absolute_Path( const char *filepath, const char *filename,
 
 extern char g_strForbiddenDirs[VFS_MAXDIRS][PATH_MAX + 1];
 extern int g_numForbiddenDirs;
+extern char g_strLoadedFileLocation[1024];
 
 #endif // _VFS_H_