1 2 3 4 5 6 7
#include "terrain.hpp" #include <iostream> Terrain::Terrain(int const& x, int const& y, int const& thick) {} Terrain::~Terrain(void) {}