Browse Source
Merge pull request #25 from vult-dsp/master
Allows using the bit library
tags/v1.3.0
Andrew Belt
GitHub
5 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/LuaJITEngine.cpp
|
|
@@ -33,6 +33,7 @@ struct LuaJITEngine : ScriptEngine { |
|
|
|
luaopen_string(L); |
|
|
|
luaopen_table(L); |
|
|
|
luaopen_math(L); |
|
|
|
luaopen_bit(L); |
|
|
|
|
|
|
|
// Set user pointer |
|
|
|
lua_pushlightuserdata(L, this); |
|
|
|