Skip to content

Commit c176f46

Browse files
authored
Merge pull request #134 from goodusername123/bitop-lib-load
allow/enable Bitwise operations library for scripts.
2 parents 7b9a8c2 + 4706f1b commit c176f46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/Managers/LuaMan.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ void LuaStateWrapper::Initialize() {
4444
{LUA_STRLIBNAME, luaopen_string},
4545
{LUA_MATHLIBNAME, luaopen_math},
4646
{LUA_DBLIBNAME, luaopen_debug},
47+
{LUA_BITLIBNAME, luaopen_bit},
4748
{LUA_JITLIBNAME, luaopen_jit},
4849
{NULL, NULL} // End of array
4950
};

0 commit comments

Comments
 (0)