From 2f7d5c306430d65d18eac184551bac8937877d49 Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 3 Dec 2022 00:44:57 +0100 Subject: Renamed all battles module and ns references to sim --- sim/src/Point.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sim/src/Point.cpp') diff --git a/sim/src/Point.cpp b/sim/src/Point.cpp index 31aecae..1f49774 100644 --- a/sim/src/Point.cpp +++ b/sim/src/Point.cpp @@ -1,11 +1,11 @@ -#include +#include #include namespace kurator { -namespace battles +namespace sim { @@ -68,5 +68,5 @@ Point::operator+(const Point& other) const } -} // namespace battles +} // namespace sim } // namespace kurator -- cgit v1.1