summaryrefslogtreecommitdiff
path: root/sim/src/RandomSpawner.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-12-03 00:44:57 +0100
committerAki <please@ignore.pl>2022-12-03 00:44:57 +0100
commit2f7d5c306430d65d18eac184551bac8937877d49 (patch)
tree36505d6b1df849c0d378ce58e4084fbd6c5aea50 /sim/src/RandomSpawner.h
parent18a763bcb19c5ece4b7b7d079dab07a1d915deb6 (diff)
downloadkurator-2f7d5c306430d65d18eac184551bac8937877d49.zip
kurator-2f7d5c306430d65d18eac184551bac8937877d49.tar.gz
kurator-2f7d5c306430d65d18eac184551bac8937877d49.tar.bz2
Renamed all battles module and ns references to sim
Diffstat (limited to 'sim/src/RandomSpawner.h')
-rw-r--r--sim/src/RandomSpawner.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/src/RandomSpawner.h b/sim/src/RandomSpawner.h
index 1ef2f20..d34e1ba 100644
--- a/sim/src/RandomSpawner.h
+++ b/sim/src/RandomSpawner.h
@@ -2,14 +2,14 @@
#include <random>
-#include <kurator/battles/components.h>
+#include <kurator/sim/components.h>
#include "Spawner.h"
namespace kurator
{
-namespace battles
+namespace sim
{
@@ -26,5 +26,5 @@ private:
};
-} // namespace battles
+} // namespace sim
} // namespace kurator