From 26f05c6e3dcac9995345fb5a2b031be7e3ea79e9 Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 30 Oct 2021 22:59:42 +0800 Subject: *TextGenerator --- Editor/Graphics/Graphics.cpp | 2 ++ Editor/Graphics/Graphics.h | 2 ++ 2 files changed, 4 insertions(+) (limited to 'Editor/Graphics') 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 diff --git a/Editor/Graphics/Graphics.h b/Editor/Graphics/Graphics.h index ad27ede..f32246a 100644 --- a/Editor/Graphics/Graphics.h +++ b/Editor/Graphics/Graphics.h @@ -1,3 +1,5 @@ #pragma once +#include extern bool g_IsGLInitialized; +extern HGLRC g_GLRC; \ No newline at end of file -- cgit v1.1-26-g67d0