fix sys_fatal() warnings in gfx
This commit is contained in:
parent
b9c94ad57d
commit
0bf5a192f4
@ -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"
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user