diff options
Diffstat (limited to 'depends/lua/include/bit.h')
| -rw-r--r-- | depends/lua/include/bit.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/depends/lua/include/bit.h b/depends/lua/include/bit.h new file mode 100644 index 00000000..b75fdf05 --- /dev/null +++ b/depends/lua/include/bit.h @@ -0,0 +1,17 @@ +#ifndef BIT_H +#define BIT_H + +#define LUA_BITOP_VERSION "1.0.1" + +#define LUA_LIB +#include "lua.h" +#include "lauxlib.h" +#ifdef __cplusplus + extern "C" { +#endif +LUALIB_API int luaopen_bit(lua_State *L); +#ifdef __cplusplus + } +#endif +#endif // BIT_H + |
