diff options
Diffstat (limited to 'Editor/EditorMain.cpp')
-rw-r--r-- | Editor/EditorMain.cpp | 4 |
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 |