aboutsummaryrefslogtreecommitdiff
path: root/src/libjin-lua/modules/bit/l_bit.h
blob: 31d3585d1974974c142f710686913efce241a8b1 (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