summaryrefslogtreecommitdiff
path: root/Editor/EditorApplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'Editor/EditorApplication.h')
-rw-r--r--Editor/EditorApplication.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Editor/EditorApplication.h b/Editor/EditorApplication.h
index 1b464e8..8c74d07 100644
--- a/Editor/EditorApplication.h
+++ b/Editor/EditorApplication.h
@@ -3,6 +3,7 @@
#include "Runtime/Lua/LuaBind/LuaBind.h"
#include "Editor/GUI/EditorWindows.h"
#include "Editor/GUI/MenuManager.h"
+#include "Runtime/Threading/Thread.h"
using namespace LuaBind;
@@ -25,6 +26,6 @@ private :
LUA_BIND_DECL_METHOD(_New);
LUA_BIND_DECL_METHOD(_SetMainWindow);
LUA_BIND_DECL_METHOD(_PullMessage);
+ LUA_BIND_DECL_METHOD(_OnStep);
-
-};
+}; \ No newline at end of file