blob: 97e340083d7b93e44c0255c47bf596e082d79236 (
plain)
1
2
3
4
5
6
7
8
9
|
#include "tile-iterator.hpp"
#include "tile.hpp"
namespace floormat {
template class basic_tile_iterator<tile>;
template class basic_tile_iterator<const tile>;
} // namespace floormat
|