engine: add safe ParseFile to menu extended API

This commit is contained in:
Alibek Omarov
2021-10-03 03:35:49 +03:00
committed by a1batross
parent 29a8bfb1dc
commit f3fedbfdba
3 changed files with 10 additions and 6 deletions

View File

@@ -1232,7 +1232,8 @@ static ui_extendedfuncs_t gExtendedfuncs =
Con_UtfMoveLeft,
Con_UtfMoveRight,
pfnGetRenderers,
Sys_DoubleTime
Sys_DoubleTime,
_COM_ParseFileSafe
};
void UI_UnloadProgs( void )