aboutsummaryrefslogtreecommitdiff
path: root/src/lua/modules/thread/je_lua_thread.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-11-23 14:27:15 +0800
committerchai <chaifix@163.com>2018-11-23 14:27:15 +0800
commit71d6039f59b4a9485f6079c719c3b985adaa7914 (patch)
treef28b60f0b48e764ab056e553fb8f8e9dd3ba7418 /src/lua/modules/thread/je_lua_thread.h
parent25b37f912cde628377b55e262fcaa8458448da97 (diff)
*修改代码结构
Diffstat (limited to 'src/lua/modules/thread/je_lua_thread.h')
-rw-r--r--src/lua/modules/thread/je_lua_thread.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lua/modules/thread/je_lua_thread.h b/src/lua/modules/thread/je_lua_thread.h
index 12d482e..396cf5b 100644
--- a/src/lua/modules/thread/je_lua_thread.h
+++ b/src/lua/modules/thread/je_lua_thread.h
@@ -89,5 +89,7 @@ namespace JinEngine
};
+ int luaopen_thread(lua_State* L);
+
} // namespace Lua
} // namespace JinEngine \ No newline at end of file