Sorta hacky work around for doing nukeitem in item quests. Added lua bitop library. Made excluding io/os optional

This commit is contained in:
KimLS
2013-06-25 14:51:06 -07:00
parent ffe6494147
commit 1480b8911f
12 changed files with 233 additions and 15 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef _LUABIT_H
#define _LUABIT_H
int luaopen_bit(lua_State *L);
#endif