From 7b0a6d1fe0117cf42a5776aaabda2db78599e5b8 Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 15 Nov 2020 19:29:01 +0800 Subject: *misc --- Editor/GUI/EditorWindows.cpp | 3 ++- Editor/GUI/EditorWindows.h | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'Editor/GUI') diff --git a/Editor/GUI/EditorWindows.cpp b/Editor/GUI/EditorWindows.cpp index 00c573a..6d24dbd 100644 --- a/Editor/GUI/EditorWindows.cpp +++ b/Editor/GUI/EditorWindows.cpp @@ -166,5 +166,6 @@ LRESULT CALLBACK GUIView::GUIViewWndProc(HWND hWnd, UINT message, WPARAM wParam, void GUIView::DoPaint() { - + + } \ No newline at end of file diff --git a/Editor/GUI/EditorWindows.h b/Editor/GUI/EditorWindows.h index a78e163..4bd33ec 100644 --- a/Editor/GUI/EditorWindows.h +++ b/Editor/GUI/EditorWindows.h @@ -3,6 +3,7 @@ #include #include "Runtime/Math/Rect.h" +#include "Runtime/Scripting/LuaBind.h" void RegisterWindowClasses(); @@ -51,6 +52,9 @@ public: private: HWND m_View; + LuaBind::Ref m_Script; + + }; #endif \ No newline at end of file -- cgit v1.1-26-g67d0