mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
server: implement GetFileSize and GetApproxWavePlayLen from HLSDK 2.4
This commit is contained in:
@@ -264,7 +264,7 @@ typedef struct enginefuncs_s
|
||||
|
||||
void* (*pfnSequenceGet) ( const char* fileName, const char* entryName );
|
||||
void* (*pfnSequencePickSentence) ( const char* groupName, int pickMethod, int *picked );
|
||||
int (*pfnGetFileSize) ( char *filename );
|
||||
int (*pfnGetFileSize) ( const char *filename );
|
||||
unsigned int (*pfnGetApproxWavePlayLen) (const char *filepath);
|
||||
int (*pfnIsCareerMatch) ( void );
|
||||
int (*pfnGetLocalizedStringLength) (const char *label);
|
||||
|
||||
Reference in New Issue
Block a user