X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=fs.h;h=657f6440a5a721a16bb03d868e4cdec1b1c911a2;hp=cd1979a2939bb424550931e285cc1d1c8ed69200;hb=118b0260c3c33669cd45bad72ddfdcf9232a1d65;hpb=cfee52a1ec9db338098789cae89ae5cf1f7a6fbf diff --git a/fs.h b/fs.h index cd1979a2..657f6440 100644 --- a/fs.h +++ b/fs.h @@ -129,8 +129,6 @@ int FS_SysFileType (const char *filename); // only look for files outside of pa qboolean FS_FileExists (const char *filename); // the file can be into a package qboolean FS_SysFileExists (const char *filename); // only look for files outside of packages -void FS_mkdir (const char *path); - unsigned char *FS_Deflate(const unsigned char *data, size_t size, size_t *deflated_size, int level, mempool_t *mempool); unsigned char *FS_Inflate(const unsigned char *data, size_t size, size_t *inflated_size, mempool_t *mempool);