#ifndef TILE_HPP #define TILE_HPP enum class Tile { grass, path, }; #endif