mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: add NET_AdrToString to menu extended API, upgrade mainui submodule
This commit is contained in:
@@ -212,6 +212,8 @@ typedef struct ui_extendedfuncs_s {
|
||||
double (*pfnDoubleTime)( void );
|
||||
|
||||
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;
|
||||
|
||||
// deprecated export from old engine
|
||||
|
||||
Reference in New Issue
Block a user