summaryrefslogtreecommitdiff
path: root/Editor/EditorMain.cpp
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2020-11-15 19:29:01 +0800
committerchai <chaifix@163.com>2020-11-15 19:29:01 +0800
commit7b0a6d1fe0117cf42a5776aaabda2db78599e5b8 (patch)
tree7f031ec4bcce355b8672b13142807a4148a1a860 /Editor/EditorMain.cpp
parent7270cd95294d53180641b05784258df1e29f90d2 (diff)
*misc
Diffstat (limited to 'Editor/EditorMain.cpp')
-rw-r--r--Editor/EditorMain.cpp4
1 files changed, 3 insertions, 1 deletions
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 <windows.h>
#include <vector>
#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