mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 16:26:53 +00:00
GRAPHICS: Fix warnings for header search failure.
WARNING: Can't find following headers in User or System Include Paths "opinfo.h"
This commit is contained in:
parent
1db270c4cd
commit
894f4916f5
@ -457,7 +457,7 @@ void glClose();
|
|||||||
// glopXXX functions
|
// glopXXX functions
|
||||||
|
|
||||||
#define ADD_OP(a,b,c) void glop ## a (GLContext *, GLParam *);
|
#define ADD_OP(a,b,c) void glop ## a (GLContext *, GLParam *);
|
||||||
#include "opinfo.h"
|
#include "graphics/tinygl/opinfo.h"
|
||||||
|
|
||||||
// this clip epsilon is needed to avoid some rounding errors after
|
// this clip epsilon is needed to avoid some rounding errors after
|
||||||
// several clipping stages
|
// several clipping stages
|
||||||
|
Loading…
Reference in New Issue
Block a user