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
+3
View File
@@ -136,6 +136,9 @@ public:
~Inventory();
static void CleanDirty();
static void MarkDirty(ItemInst *inst);
// Retrieve a writeable item at specified slot
ItemInst* GetItem(int16 slot_id) const;
ItemInst* GetItem(int16 slot_id, uint8 bagidx) const;