aboutsummaryrefslogtreecommitdiff
path: root/game/enemy/EnemyPool.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/enemy/EnemyPool.h')
-rw-r--r--game/enemy/EnemyPool.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/game/enemy/EnemyPool.h b/game/enemy/EnemyPool.h
new file mode 100644
index 0000000..cfd0b1c
--- /dev/null
+++ b/game/enemy/EnemyPool.h
@@ -0,0 +1,8 @@
+#pragma once
+
+#include "EnemyConfig.h"
+#include <crepe/api/Scene.h>
+class EnemyPool {
+public:
+ void create_enemies(crepe::Scene & scn);
+};