]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/common/vfs.h
Merge commit '1132fe233cd201e0f8eb17cb1b96313f6a5cf3ec' into master-merge
[xonotic/netradiant.git] / tools / quake3 / common / vfs.h
index 5fb04f6abfd711400ed9a7f360b9a84ec8166aae..14d6b4a6a06c8983b4a5c26aa1996d99a20fc1fe 100644 (file)
@@ -63,7 +63,7 @@ void vfsShutdown();
 int vfsGetFileCount( const char *filename );
 int vfsLoadFile( const char *filename, void **buffer, int index );
 void vfsListShaderFiles( char* list, int *num );
-qboolean vfsPackFile( const char *filename, const char *packname );
+qboolean vfsPackFile( const char *filename, const char *packname, const int compLevel );
 
 extern char g_strForbiddenDirs[VFS_MAXDIRS][PATH_MAX + 1];
 extern int g_numForbiddenDirs;