summaryrefslogtreecommitdiff
path: root/source/Asura.Editor/editor.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-04-06 07:39:49 +0800
committerchai <chaifix@163.com>2019-04-06 07:39:49 +0800
commite47baca4f23db43ec91fbf64d5d06d7c0dbee495 (patch)
tree9e909413bbf61834570e7dbdbe37fc8705f12730 /source/Asura.Editor/editor.h
parente13616b5c40f912853be99f0603f0e4c97b22062 (diff)
*misc
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;
};