]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - fs.h
Added a "log_file" cvar to control the log file name (default: "" which means no...
[xonotic/darkplaces.git] / fs.h
diff --git a/fs.h b/fs.h
index 228b75b6ac137a54dd4727ae70577a20c5d076b5..79115351e86c9a2c666e8b5fd3ce3566a8e0d579 100644 (file)
--- a/fs.h
+++ b/fs.h
@@ -51,6 +51,7 @@ size_t FS_Read (qfile_t* file, void* buffer, size_t buffersize);
 int FS_Flush (qfile_t* file);
 int FS_Print(qfile_t* file, const char *msg);
 int FS_Printf(qfile_t* file, const char* format, ...);
+int FS_VPrintf(qfile_t* file, const char* format, va_list ap);
 int FS_Getc (qfile_t* file);
 int FS_Seek (qfile_t* file, long offset, int whence);
 long FS_Tell (qfile_t* file);