summaryrefslogtreecommitdiffhomepage
path: root/tile.cpp
blob: e620bd018029ea05f30a372bcc633876dc11570b (plain)
1
2
3
4
5
6
7
8
#include "tile.hpp"
#include <limits>

namespace Magnum::Examples {

world::world() = default;

} // namespace Magnum::Examples