From 7b0a6d1fe0117cf42a5776aaabda2db78599e5b8 Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 15 Nov 2020 19:29:01 +0800 Subject: *misc --- Editor/EditorMain.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Editor/EditorMain.cpp') diff --git a/Editor/EditorMain.cpp b/Editor/EditorMain.cpp index d45d08b..8868d88 100644 --- a/Editor/EditorMain.cpp +++ b/Editor/EditorMain.cpp @@ -1,6 +1,7 @@ #include #include #include "GUI/EditorWindows.h" +#include "Runtime/Scripting/LuaBind.h" static int MainMessageLoop() { @@ -22,6 +23,7 @@ static int MainMessageLoop() if (msg.message == WM_QUIT) isQuitSignaled = true; + } } @@ -42,4 +44,4 @@ int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPSTR szCmdLine, int sw) MainMessageLoop(); return 0; -} +} \ No newline at end of file -- cgit v1.1-26-g67d0