From 7ecf913256fb396e3027aac3318d996a716a52ef Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 25 Oct 2021 23:29:21 +0800 Subject: + job system --- Editor/EditorApplication.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Editor/EditorApplication.h') 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 -- cgit v1.1-26-g67d0