aboutsummaryrefslogtreecommitdiff
path: root/src/libjin-lua/modules/math/je_lua_math.h
blob: 2e7010c83d659ae9b118eb257c57ba23ec4e531e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __JE_LUA_MATH_H__
#define __JE_LUA_MATH_H__

namespace JinEngine
{
    namespace Lua
    {

        int luaopen_math(lua_State* L);

    }
}

#endif