diff options
Diffstat (limited to 'Editor/Graphics/Graphics.cpp')
-rw-r--r-- | Editor/Graphics/Graphics.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Editor/Graphics/Graphics.cpp b/Editor/Graphics/Graphics.cpp index af48d75..4c9465f 100644 --- a/Editor/Graphics/Graphics.cpp +++ b/Editor/Graphics/Graphics.cpp @@ -1,3 +1,5 @@ #include "Graphics.h"
bool g_IsGLInitialized = false;
+
+HGLRC g_GLRC = NULL;
\ No newline at end of file |