aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/headers
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/headers')
-rw-r--r--src/main/headers/Tile.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/headers/Tile.hpp b/src/main/headers/Tile.hpp
index 919badc..88e7216 100644
--- a/src/main/headers/Tile.hpp
+++ b/src/main/headers/Tile.hpp
@@ -22,7 +22,6 @@ struct Tile
private:
Actor *_actor = nullptr;
-
};
#endif