#pragma once #include "Zone/Zone.h" #include #include class ZoneWriting { public: static bool WriteZone(std::ostream& stream, Zone* zone); };