From 98c9825c49a1674f59eafb3253829ca7d5cac3c1 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 14 Jan 2019 16:40:14 +0800 Subject: *rename source file --- src/libjin-lua/modules/math/l_math.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/libjin-lua/modules/math/l_math.h (limited to 'src/libjin-lua/modules/math/l_math.h') diff --git a/src/libjin-lua/modules/math/l_math.h b/src/libjin-lua/modules/math/l_math.h new file mode 100644 index 0000000..2e7010c --- /dev/null +++ b/src/libjin-lua/modules/math/l_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 -- cgit v1.1-26-g67d0