X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=tools%2Fquake3%2Fcommon%2Fvfs.h;h=e47cadbaf41e061a6e794475d6afd697be85224b;hb=f32d0142f9d3c220966cd608ed0082133f331de5;hp=c8091cc678e8f962687c1dbc57b4cacc4944eb8c;hpb=19992696033a496e5c0925e950a29dc23de49b47;p=xonotic%2Fnetradiant.git diff --git a/tools/quake3/common/vfs.h b/tools/quake3/common/vfs.h index c8091cc6..e47cadba 100644 --- a/tools/quake3/common/vfs.h +++ b/tools/quake3/common/vfs.h @@ -52,7 +52,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;