mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-01-22 23:52:15 -05:00
fix sys_fatal() warnings in gfx
This commit is contained in:
parent
b9c94ad57d
commit
0bf5a192f4
2 changed files with 2 additions and 0 deletions
|
@ -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 a new issue