mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Add changes from upstream, like pipefile, random number seed
This commit is contained in:
parent
9bd25e9734
commit
bf978256e9
2 changed files with 156 additions and 103 deletions
|
@ -722,9 +722,10 @@ int FS_GetModList( char *listbuf, int bufsize );
|
|||
|
||||
void FS_GetModDescription(const char* modDir, char* description, int descriptionLen);
|
||||
|
||||
fileHandle_t FS_FOpenFileAppend( const char *filename );
|
||||
fileHandle_t FS_FOpenFileWrite( const char *qpath );
|
||||
fileHandle_t FS_FOpenTextFileWrite( const char *qpath );
|
||||
fileHandle_t FS_FOpenFileAppend( const char *filename );
|
||||
fileHandle_t FS_FCreateOpenPipeFile( const char *filename );
|
||||
fileHandle_t FS_FOpenTextFileWrite(const char* qpath);
|
||||
// will properly create any needed paths and deal with seperater character issues
|
||||
|
||||
void FS_DeleteFile( const char *filename );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue