server: implement GetFileSize and GetApproxWavePlayLen from HLSDK 2.4

This commit is contained in:
Alibek Omarov
2021-03-07 02:46:38 +03:00
parent aea9e8efa2
commit 42f47f51b5
2 changed files with 4 additions and 12 deletions

View File

@@ -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);