From 45328cbadd8a946c19a77301f218efbf650e2f28 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 18 Oct 2021 19:56:41 +0800 Subject: *misc --- Editor/Graphics/Graphics.cpp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Editor/Graphics/Graphics.cpp (limited to 'Editor/Graphics/Graphics.cpp') 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; -- cgit v1.1-26-g67d0