#pragma once #include "AbstractRegion.h" #include class Environment { protected: std::vector regions; public: };