* (bug #3729) server dependencies on client.h (Ben Millwood)
* (bug #3731) BUILD_MISSIONPACK flag in Makefile (Gabriel Schnoering <gabriel.schnoering@gmail.com>) * (bug #3756) Q3VM crashes on unaligned block copy with SIGBUS (Patrick Baggett <baggett.patrick@figglesoftware.com>) and... * (bug #3755) IOQuake3 shouldn't use GCC-specific __FUNCTION__
This commit is contained in:
parent
acbf982689
commit
b555d68b3f
13 changed files with 36 additions and 32 deletions
|
@ -597,7 +597,6 @@ fileHandle_t FS_FOpenFileWrite( const char *qpath );
|
|||
fileHandle_t FS_FOpenFileAppend( const char *filename );
|
||||
// will properly create any needed paths and deal with seperater character issues
|
||||
|
||||
int FS_filelength( fileHandle_t f );
|
||||
fileHandle_t FS_SV_FOpenFileWrite( const char *filename );
|
||||
int FS_SV_FOpenFileRead( const char *filename, fileHandle_t *fp );
|
||||
void FS_SV_Rename( const char *from, const char *to );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue