#pragma once #include #include #include "ConnectionPoint.h" class Unlock{ friend class Crawler; static std::setunlocks; static void Initialize(); public: static void UnlockArea(std::string unlock); static bool IsUnlocked(std::string unlock); static bool IsUnlocked(ConnectionPoint&cp); };