aboutsummaryrefslogtreecommitdiffstats
path: root/src/terrain.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/terrain.hpp')
-rw-r--r--src/terrain.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/terrain.hpp b/src/terrain.hpp
index 6d7cf7e..7c21460 100644
--- a/src/terrain.hpp
+++ b/src/terrain.hpp
@@ -3,14 +3,9 @@
class Terrain {
public:
- Terrain();
Terrain(int const & x, int const & y, int const & thick);
~Terrain();
- void draw() const ;
- int x;
- int y;
- int thick;
};
#endif // TERRAIN_H_