#ifndef TRACKER_STATE_H_8639BC90 #define TRACKER_STATE_H_8639BC90 #include #include void ResetReachabilityRequirements(); void RecalculateReachability(); bool IsLocationReachable(int location_id); bool IsDoorOpen(int door_id); const std::map& GetDoorRequirements(int door_id); #endif /* end of include guard: TRACKER_STATE_H_8639BC90 */