diff options
author | chai <chaifix@163.com> | 2018-10-21 13:37:27 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-21 13:37:27 +0800 |
commit | 066e5987c515dfc34537d73ca9d2a81ddd1f9e1b (patch) | |
tree | ec45fe523daa4f9e8a30db0a045a0eb9cee84822 /src/lua/jin.cpp | |
parent | 3292019e55dd02a96420e72bad88711fd36ef249 (diff) |
*注释
Diffstat (limited to 'src/lua/jin.cpp')
-rw-r--r-- | src/lua/jin.cpp | 1 |
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 } }; |