aboutsummaryrefslogtreecommitdiff
path: root/src/bit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bit.h')
-rw-r--r--src/bit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bit.h b/src/bit.h
new file mode 100644
index 0000000000..7e54e6d519
--- /dev/null
+++ b/src/bit.h
@@ -0,0 +1,3 @@
+#include <lua.h>
+
+int luaopen_bit(lua_State *L);