diff options
Diffstat (limited to 'src/lua/modules/math/je_lua_math.h')
-rw-r--r-- | src/lua/modules/math/je_lua_math.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/lua/modules/math/je_lua_math.h b/src/lua/modules/math/je_lua_math.h deleted file mode 100644 index 2e7010c..0000000 --- a/src/lua/modules/math/je_lua_math.h +++ /dev/null @@ -1,14 +0,0 @@ -#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 |