Use separate header to define missing GL constants

This commit is contained in:
elsid 2022-10-09 22:37:08 +02:00
parent c0a802bb15
commit c324482338
No known key found for this signature in database
GPG key ID: 4DE04C198CBA7625
7 changed files with 181 additions and 172 deletions

View file

@ -38,7 +38,7 @@ either expressed or implied, of the FreeBSD Project.
#include <components/debug/debuglog.hpp>
// OpenGL constants not provided by OSG:
#include <SDL_opengl_glext.h>
#include <components/sceneutil/glext.hpp>
namespace Debug
{