aboutsummaryrefslogtreecommitdiff
path: root/src/lua/jin.cpp
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-10-21 13:37:27 +0800
committerchai <chaifix@163.com>2018-10-21 13:37:27 +0800
commit066e5987c515dfc34537d73ca9d2a81ddd1f9e1b (patch)
treeec45fe523daa4f9e8a30db0a045a0eb9cee84822 /src/lua/jin.cpp
parent3292019e55dd02a96420e72bad88711fd36ef249 (diff)
*注释
Diffstat (limited to 'src/lua/jin.cpp')
-rw-r--r--src/lua/jin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua/jin.cpp b/src/lua/jin.cpp
index 4d8837a..faae9b2 100644
--- a/src/lua/jin.cpp
+++ b/src/lua/jin.cpp
@@ -78,6 +78,7 @@ namespace JinEngine
{ "math", luaopen_math },
{ "thread", luaopen_thread },
{ "bit", luaopen_bit },
+ //{"ai", luaopen_ai },
{ 0, 0 }
};