fix sys_fatal() warnings in gfx

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

View File

@ -33,6 +33,7 @@
#endif
#include "../platform.h"
#include "gfx_cc.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_ARRAY 0x8457
#include "../platform.h"
#include "gfx_cc.h"
#include "gfx_rendering_api.h"
#include "macros.h"