summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/BLua.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/BLua.h b/include/BLua.h
index 4d53191..2afcdef 100644
--- a/include/BLua.h
+++ b/include/BLua.h
@@ -79,6 +79,8 @@ class Lua : public Base {
void open_math();
void open_debug();
void open_dir();
+ void open_bit();
+ void open_jit();
int wrap_open(openlualib_t);
void declarefunc(const String &, lua_CFunction, int = LUA_GLOBALSINDEX);
void call(const String &, int = LUA_GLOBALSINDEX, int = 0, int = 0);