diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2022-01-11 17:06:20 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2022-01-11 17:06:20 +0100 |
commit | 59d902df725c2d6a1b7cad016326ca51316b937f (patch) | |
tree | eae43bbc5d3faf3799fe242f1648115e17a9df67 /src/terrain.cpp | |
parent | clang-format chromium test (diff) | |
download | threshold-59d902df725c2d6a1b7cad016326ca51316b937f.tar.gz threshold-59d902df725c2d6a1b7cad016326ca51316b937f.tar.bz2 threshold-59d902df725c2d6a1b7cad016326ca51316b937f.tar.xz threshold-59d902df725c2d6a1b7cad016326ca51316b937f.tar.zst threshold-59d902df725c2d6a1b7cad016326ca51316b937f.zip |
clang format blind letsgo !
Diffstat (limited to 'src/terrain.cpp')
-rw-r--r-- | src/terrain.cpp | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/terrain.cpp b/src/terrain.cpp index 42ee676..53aeac4 100644 --- a/src/terrain.cpp +++ b/src/terrain.cpp @@ -2,10 +2,6 @@ #include <iostream> +Terrain::Terrain(int const& x, int const& y, int const& thick) {} -Terrain::Terrain(int const & x, int const & y, int const & thick) -{ -} - -Terrain::~Terrain(void) { -} +Terrain::~Terrain(void) {} |