aboutsummaryrefslogtreecommitdiffstats
path: root/src/terrain.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/terrain.hpp')
-rw-r--r--src/terrain.hpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/terrain.hpp b/src/terrain.hpp
index 7c21460..798d997 100644
--- a/src/terrain.hpp
+++ b/src/terrain.hpp
@@ -2,10 +2,9 @@
#define TERRAIN_H_
class Terrain {
- public:
- Terrain(int const & x, int const & y, int const & thick);
- ~Terrain();
-
+ public:
+ Terrain(int const& x, int const& y, int const& thick);
+ ~Terrain();
};
-#endif // TERRAIN_H_
+#endif // TERRAIN_H_