engine: menu_int: forgot to add new field in menu api

This commit is contained in:
Alibek Omarov 2021-12-10 22:43:16 +03:00 committed by Ivan Avdeev
parent 350ab21209
commit 329690f444
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,7 @@ GNU General Public License for more details.
#include "cvardef.h"
#include "gameinfo.h"
#include "wrect.h"
#include "ref_device.h"
// a macro for mainui_cpp, indicating that mainui should be compiled for
// Xash3D 1.0 interface
@ -212,6 +213,8 @@ typedef struct ui_extendedfuncs_s {
double (*pfnDoubleTime)( void );
char *(*pfnParseFile)( char *data, char *buf, const int size, unsigned int flags, int *len );
const ref_device_t *(*pfnGetRenderDevice)( unsigned int idx );
} ui_extendedfuncs_t;
// deprecated export from old engine