#if !defined(_MROIPAC_INVENTORY_H_) #define _MROIPAC_INVENTORY_H_ #include #include typedef std::string InventoryKey; typedef std::string InventoryVal; typedef std::map Inventory; typedef std::pair InventoryItem; #endif