Migrate OpenGL specific headers to renderer_gl

This commit is contained in:
Wunkolo 2023-07-10 10:31:46 -07:00
parent a636a0d1da
commit 4864c51125
7 changed files with 7 additions and 14 deletions

View file

@ -13,10 +13,6 @@
#include "io_file.hpp"
#include "memory.hpp"
#if PANDA3DS_ENABLE_OPENGL
#include "gl_state.hpp"
#endif
#ifdef PANDA3DS_ENABLE_HTTP_SERVER
#include "httpserver.hpp"
#endif
@ -35,7 +31,6 @@ class Emulator {
#if PANDA3DS_ENABLE_OPENGL
SDL_GLContext glContext;
GLStateManager gl;
#endif
SDL_GameController* gameController = nullptr;