#ifndef TERRAIN_H_ #define TERRAIN_H_ class Terrain { public: Terrain(int const& x, int const& y, int const& thick); ~Terrain(); }; #endif // TERRAIN_H_