summaryrefslogtreecommitdiff
path: root/source/Asura.Editor/Editor.h
diff options
context:
space:
mode:
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