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.h17
1 files changed, 16 insertions, 1 deletions
diff --git a/source/Asura.Editor/editor.h b/source/Asura.Editor/editor.h
index 6555c81..b56852f 100644
--- a/source/Asura.Editor/editor.h
+++ b/source/Asura.Editor/editor.h
@@ -1,14 +1,29 @@
#ifndef __ASURA_EDITOR_H__
#define __ASURA_EDITOR_H__
+#include <asura-lib-utils/scripting/portable.hpp>
+
namespace AsuraEditor
{
///
- ///
+ /// ༭ʵ
///
class Editor
{
+ public:
+
+ ///
+ /// ýlua State
+ ///
+ Luax::LuaxState& GetLuaxState();
+
+ private:
+
+ ///
+ /// ߼еstate
+ ///
+ lua_State* mMainState;
};