summaryrefslogtreecommitdiff
path: root/src/game-server/collisiondetection.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/collisiondetection.hpp')
-rw-r--r--src/game-server/collisiondetection.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game-server/collisiondetection.hpp b/src/game-server/collisiondetection.hpp
index 88631031..bfbab413 100644
--- a/src/game-server/collisiondetection.hpp
+++ b/src/game-server/collisiondetection.hpp
@@ -47,7 +47,6 @@ namespace Collision
diskWithCircleSector(const Point &diskCenter, int diskRadius,
const Point &sectorCenter, int sectorRadius,
int halfTopAngle, int placeAngle);
-
-};
+}
#endif