summaryrefslogtreecommitdiff
path: root/source/Asura.Editor/editor.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-08-06 09:14:11 +0800
committerchai <chaifix@163.com>2019-08-06 09:14:11 +0800
commit9686368e58e25cbd6dc37d686bdd2be3f80486d6 (patch)
treeb4887373c33f29a0e837420042a8c84d98bdba49 /source/Asura.Editor/editor.h
parent7638df1ed1f0f314d78bd42e0aba084ba14ade0a (diff)
*misc
Diffstat (limited to 'source/Asura.Editor/editor.h')
-rw-r--r--source/Asura.Editor/editor.h33
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