X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=fs.h;h=228b75b6ac137a54dd4727ae70577a20c5d076b5;hp=da3b6a006b8f42f837e63f6c30a8170dcfe04ba6;hb=1e1dbc1c5b89ae4ab8cdd9b32dc6413c67f5dd84;hpb=ce23c49782092a6bbe99f1157b450ff17cc35e5d diff --git a/fs.h b/fs.h index da3b6a00..228b75b6 100644 --- a/fs.h +++ b/fs.h @@ -70,7 +70,7 @@ fssearch_t; fssearch_t *FS_Search(const char *pattern, int caseinsensitive, int quiet); void FS_FreeSearch(fssearch_t *search); -qbyte *FS_LoadFile (const char *path, qboolean quiet); +qbyte *FS_LoadFile (const char *path, mempool_t *pool, qboolean quiet); qboolean FS_WriteFile (const char *filename, void *data, int len);