aboutsummaryrefslogtreecommitdiff
path: root/src/lua/modules/bit/je_lua_bit.h
blob: 21cf064d78671df1aa07cd7e0a45164bc07fefb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __JE_LUA_BIT_H__
#define __JE_LUA_BIT_H__

namespace JinEngine
{
    namespace Lua
    {

        int luaopen_bit(lua_State* L);

    }
}

#endif