diff options
Diffstat (limited to 'src/render/safeopenglgraphics.h')
-rw-r--r-- | src/render/safeopenglgraphics.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/safeopenglgraphics.h b/src/render/safeopenglgraphics.h index d8b37a0d6..e5292538e 100644 --- a/src/render/safeopenglgraphics.h +++ b/src/render/safeopenglgraphics.h @@ -50,6 +50,8 @@ class SafeOpenGLGraphics final : public Graphics ~SafeOpenGLGraphics(); + void testDraw(); + #include "render/graphicsdef.hpp" #include "render/openglgraphicsdef.hpp" |