diff options
author | chai <chaifix@163.com> | 2021-10-25 23:29:21 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-25 23:29:21 +0800 |
commit | 7ecf913256fb396e3027aac3318d996a716a52ef (patch) | |
tree | 4540835c881a63b665e2a692bf30115fd29e8bb0 /Editor/EditorApplication.h | |
parent | 0816cd70ca1a213b6ed872bcf3c0bf0912473722 (diff) |
+ job system
Diffstat (limited to 'Editor/EditorApplication.h')
-rw-r--r-- | Editor/EditorApplication.h | 5 |
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 |