#include "terrain.hpp" #include Terrain::Terrain(int const & x, int const & y, int const & thick) { } Terrain::~Terrain(void) { }