fix sys_fatal() warnings in gfx

This commit is contained in:
fgsfds 2020-06-07 22:00:49 +03:00
parent b9c94ad57d
commit 0bf5a192f4
2 changed files with 2 additions and 0 deletions

View file

@ -33,6 +33,7 @@
#endif #endif
#include "../platform.h"
#include "gfx_cc.h" #include "gfx_cc.h"
#include "gfx_rendering_api.h" #include "gfx_rendering_api.h"

View file

@ -40,6 +40,7 @@ static PFNMGLFOGCOORDPOINTERPROC mglFogCoordPointer = NULL;
#define GL_FOG_COORD 0x8451 #define GL_FOG_COORD 0x8451
#define GL_FOG_COORD_ARRAY 0x8457 #define GL_FOG_COORD_ARRAY 0x8457
#include "../platform.h"
#include "gfx_cc.h" #include "gfx_cc.h"
#include "gfx_rendering_api.h" #include "gfx_rendering_api.h"
#include "macros.h" #include "macros.h"