mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
Merge 4097
This commit is contained in:
@@ -168,9 +168,8 @@ typedef struct ui_enginefuncs_s
|
||||
int (*pfnCompareFileTime)( const char *filename1, const char *filename2, int *iCompare );
|
||||
|
||||
const char *(*pfnGetModeString)( int vid_mode );
|
||||
|
||||
int (*COM_SaveFile)( const char *filename, const void *data, int len );
|
||||
int (*pfnDeleteFile)( const char *filename );
|
||||
int (*COM_SaveFile)( const char *filename, const void *data, long len );
|
||||
int (*COM_RemoveFile)( const char *filepath );
|
||||
} ui_enginefuncs_t;
|
||||
|
||||
typedef struct ui_textfuncs_s {
|
||||
|
||||
Reference in New Issue
Block a user