diff options
author | chai <chaifix@163.com> | 2019-08-06 09:14:11 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-08-06 09:14:11 +0800 |
commit | 9686368e58e25cbd6dc37d686bdd2be3f80486d6 (patch) | |
tree | b4887373c33f29a0e837420042a8c84d98bdba49 /source/Asura.Editor/editor.h | |
parent | 7638df1ed1f0f314d78bd42e0aba084ba14ade0a (diff) |
*misc
Diffstat (limited to 'source/Asura.Editor/editor.h')
-rw-r--r-- | source/Asura.Editor/editor.h | 33 |
1 files changed, 6 insertions, 27 deletions
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 <asura-utils/Scripting/Portable.hpp> +#include <asura-utils/Classes.h> -namespace AsuraEditor -{ - - /// - /// ༭ʵ - /// - class Editor - { - public: +#include <windows.h> - /// - /// ý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 |