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/RandomSpawner.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sim/src/RandomSpawner.cpp') diff --git a/sim/src/RandomSpawner.cpp b/sim/src/RandomSpawner.cpp index b85d140..8c401b2 100644 --- a/sim/src/RandomSpawner.cpp +++ b/sim/src/RandomSpawner.cpp @@ -2,13 +2,13 @@ #include -#include -#include +#include +#include namespace kurator { -namespace battles +namespace sim { @@ -38,5 +38,5 @@ RandomSpawner::get(const int team) } -} // namespace battles +} // namespace sim } // namespace kurator -- cgit v1.1