diff options
Diffstat (limited to 'Editor/Graphics/Graphics.cpp')
-rw-r--r-- | Editor/Graphics/Graphics.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Editor/Graphics/Graphics.cpp b/Editor/Graphics/Graphics.cpp new file mode 100644 index 0000000..af48d75 --- /dev/null +++ b/Editor/Graphics/Graphics.cpp @@ -0,0 +1,3 @@ +#include "Graphics.h"
+
+bool g_IsGLInitialized = false;
|