summaryrefslogtreecommitdiff
path: root/battles/src/Spawner.h
diff options
context:
space:
mode:
Diffstat (limited to 'battles/src/Spawner.h')
-rw-r--r--battles/src/Spawner.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/battles/src/Spawner.h b/battles/src/Spawner.h
deleted file mode 100644
index ebae699..0000000
--- a/battles/src/Spawner.h
+++ /dev/null
@@ -1,21 +0,0 @@
-#pragma once
-
-#include <kurator/battles/components.h>
-
-
-namespace kurator
-{
-namespace battles
-{
-
-
-class Spawner
-{
-public:
- virtual ~Spawner() = default;
- virtual Transform get(int team) = 0;
-};
-
-
-} // namespace battles
-} // namespace kurator