|
|
@ -212,6 +212,8 @@ typedef struct ui_extendedfuncs_s { |
|
|
|
double (*pfnDoubleTime)( void ); |
|
|
|
double (*pfnDoubleTime)( void ); |
|
|
|
|
|
|
|
|
|
|
|
char *(*pfnParseFile)( char *data, char *buf, const int size, unsigned int flags, int *len ); |
|
|
|
char *(*pfnParseFile)( char *data, char *buf, const int size, unsigned int flags, int *len ); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const char *(*pfnAdrToString)( const struct netadr_s a ); |
|
|
|
} ui_extendedfuncs_t; |
|
|
|
} ui_extendedfuncs_t; |
|
|
|
|
|
|
|
|
|
|
|
// deprecated export from old engine
|
|
|
|
// deprecated export from old engine
|
|
|
|