#pragma once #include "CNProtocol.hpp" #include "CNStructs.hpp" #include "CNShardServer.hpp" #include "Items.hpp" #include "PlayerManager.hpp" struct VendorListing { int sort, type, iID; }; namespace Vendor { extern std::map> VendorTables; void init(); }