#pragma once #include struct TileData { unsigned int x = 0; unsigned int y = 0; std::string type = ""; };