|
|
@ -144,8 +144,8 @@ fs_offset_t FS_Tell( file_t *file ); |
|
|
|
qboolean FS_Eof( file_t *file ); |
|
|
|
qboolean FS_Eof( file_t *file ); |
|
|
|
int FS_Flush( file_t *file ); |
|
|
|
int FS_Flush( file_t *file ); |
|
|
|
int FS_Close( file_t *file ); |
|
|
|
int FS_Close( file_t *file ); |
|
|
|
int FS_Gets( file_t *file, byte *string, size_t bufsize ); |
|
|
|
int FS_Gets( file_t *file, char *string, size_t bufsize ); |
|
|
|
int FS_UnGetc( file_t *file, byte c ); |
|
|
|
int FS_UnGetc( file_t *file, char c ); |
|
|
|
int FS_Getc( file_t *file ); |
|
|
|
int FS_Getc( file_t *file ); |
|
|
|
int FS_VPrintf( file_t *file, const char *format, va_list ap ); |
|
|
|
int FS_VPrintf( file_t *file, const char *format, va_list ap ); |
|
|
|
int FS_Printf( file_t *file, const char *format, ... ) _format( 2 ); |
|
|
|
int FS_Printf( file_t *file, const char *format, ... ) _format( 2 ); |
|
|
|