#ifndef TILEGRAPHICS_H #define TILEGRAPHICS_H #include namespace Game { struct tile_t; std::string drawTileString(tile_t currentTile); } // namespace Game #endif