engine: add NET_AdrToString to menu extended API, upgrade mainui submodule

This commit is contained in:
Alibek Omarov
2022-03-08 07:00:20 +03:00
parent 37cf4da136
commit df616b950d
4 changed files with 5 additions and 7 deletions

View File

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