From 9686368e58e25cbd6dc37d686bdd2be3f80486d6 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 6 Aug 2019 09:14:11 +0800 Subject: *misc --- source/Asura.Editor/Editor.h | 33 ++++++--------------------------- 1 file changed, 6 insertions(+), 27 deletions(-) (limited to 'source/Asura.Editor/Editor.h') diff --git a/source/Asura.Editor/Editor.h b/source/Asura.Editor/Editor.h index 2f5f8ca..ab91ab7 100644 --- a/source/Asura.Editor/Editor.h +++ b/source/Asura.Editor/Editor.h @@ -2,36 +2,15 @@ #define _ASURA_EDITOR_H_ #include +#include -namespace AsuraEditor -{ - - /// - /// 编辑器实例。 - /// - class Editor - { - public: +#include - /// - /// 获得界面的lua State - /// - Luax::LuaxState& GetLuaxState(); +namespace_begin(AsuraEditor) - private: +int MainMessageLoop(); +void TranslateAndDispatch(MSG& msg); - /// - /// 界面和逻辑运行的虚拟机。 - /// - Luax::LuaxVM* mEditorVM; - - /// - /// 游戏运行时的虚拟机。 - /// - Luax::LuaxVM* mRunnerVM; - - }; - -} +namespace_end #endif \ No newline at end of file -- cgit v1.1-26-g67d0