aboutsummaryrefslogtreecommitdiff
path: root/src/lua/modules/math/je_lua_math.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/math/je_lua_math.h
parent25b37f912cde628377b55e262fcaa8458448da97 (diff)
*修改代码结构
Diffstat (limited to 'src/lua/modules/math/je_lua_math.h')
-rw-r--r--src/lua/modules/math/je_lua_math.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/lua/modules/math/je_lua_math.h b/src/lua/modules/math/je_lua_math.h
index e69de29..2e7010c 100644
--- a/src/lua/modules/math/je_lua_math.h
+++ b/src/lua/modules/math/je_lua_math.h
@@ -0,0 +1,14 @@
+#ifndef __JE_LUA_MATH_H__
+#define __JE_LUA_MATH_H__
+
+namespace JinEngine
+{
+ namespace Lua
+ {
+
+ int luaopen_math(lua_State* L);
+
+ }
+}
+
+#endif \ No newline at end of file