aboutsummaryrefslogtreecommitdiffstats
path: root/src/terrain.hpp
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2022-01-05 21:42:26 +0100
committersalaaad2 <arthurdurant263@gmail.com>2022-01-05 21:42:26 +0100
commit4e266c0e8f0b49cb39f3f2c3bc43d0bc09cc3aca (patch)
treed35d35c340e63589350c351738d4af3dab68e3d8 /src/terrain.hpp
parentterrain is fukkkkd (diff)
downloadthreshold-4e266c0e8f0b49cb39f3f2c3bc43d0bc09cc3aca.tar.gz
threshold-4e266c0e8f0b49cb39f3f2c3bc43d0bc09cc3aca.tar.bz2
threshold-4e266c0e8f0b49cb39f3f2c3bc43d0bc09cc3aca.tar.xz
threshold-4e266c0e8f0b49cb39f3f2c3bc43d0bc09cc3aca.tar.zst
threshold-4e266c0e8f0b49cb39f3f2c3bc43d0bc09cc3aca.zip
reload works
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_