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.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/source/Asura.Editor/editor.h b/source/Asura.Editor/editor.h
index b086532..fbcfb62 100644
--- a/source/Asura.Editor/editor.h
+++ b/source/Asura.Editor/editor.h
@@ -21,9 +21,14 @@ namespace AsuraEditor
private:
///
- /// ߼еstate
+ /// ߼е
///
- lua_State* mMainState;
+ Luax::LuaxVM* mEditorVM;
+
+ ///
+ /// Ϸʱ
+ ///
+ Luax::LuaxVM* mRunnerVM;
};