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
parent
commit
e3628e7e26
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/LuaJITEngine.cpp

+ 1
- 0
src/LuaJITEngine.cpp View File

@@ -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);


Loading…
Cancel
Save