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:
Fiodar Stryzhniou 2021-06-26 02:26:13 +03:00 committed by Filippos Karapetis
parent 1db270c4cd
commit 894f4916f5

View File

@ -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