]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - fs.h
screenshot: get rid of the 3*w*h+18 TGA buffer; instead however always capture as...
[xonotic/darkplaces.git] / fs.h
diff --git a/fs.h b/fs.h
index f8d813cb1e768afcbe5be399234e0ec871fb1ec2..42be6a7b6a65244e1d9952403cdb916d99f7e33e 100644 (file)
--- a/fs.h
+++ b/fs.h
@@ -108,7 +108,8 @@ fssearch_t *FS_Search(const char *pattern, int caseinsensitive, int quiet);
 void FS_FreeSearch(fssearch_t *search);
 
 unsigned char *FS_LoadFile (const char *path, mempool_t *pool, qboolean quiet, fs_offset_t *filesizepointer);
-qboolean FS_WriteFile (const char *filename, void *data, fs_offset_t len);
+qboolean FS_WriteFileInBlocks (const char *filename, const void *const *data, const fs_offset_t *len, size_t count);
+qboolean FS_WriteFile (const char *filename, const void *data, fs_offset_t len);
 
 
 // ------ Other functions ------ //