mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-29 16:24:16 +00:00
engine: menu_int: hack to compile on MotoMAGX
This commit is contained in:
parent
ae6ad74994
commit
c532c3032c
@ -53,6 +53,11 @@ typedef struct ui_globalvars_s
|
|||||||
|
|
||||||
struct ref_viewpass_s;
|
struct ref_viewpass_s;
|
||||||
|
|
||||||
|
#if __GNUC__ == 3
|
||||||
|
#undef NORETURN
|
||||||
|
#define NORETURN
|
||||||
|
#endif // GCC 3.x have problems with noreturn attribute on function pointer
|
||||||
|
|
||||||
typedef struct ui_enginefuncs_s
|
typedef struct ui_enginefuncs_s
|
||||||
{
|
{
|
||||||
// image handlers
|
// image handlers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user