#pragma once #include namespace DataTypes { class CharacterLocation { public: std::string Map; std::string Section; }; }