aboutsummaryrefslogtreecommitdiff
path: root/game/enemy/EnemyPool.h
diff options
context:
space:
mode:
authorMax-001 <maxsmits21@kpnmail.nl>2025-01-10 17:07:28 +0100
committerMax-001 <maxsmits21@kpnmail.nl>2025-01-10 17:07:28 +0100
commit912774706bab1e7817facb3cff12e961a89d1980 (patch)
tree0896b12c29dccc247c69e54daaa32d8ce3097ed0 /game/enemy/EnemyPool.h
parent90a33d36c34b1512270a6724564995dd8bf914a6 (diff)
parent7aa07561a52016007ff852acefa4db68260f0f1e (diff)
Merge remote-tracking branch 'origin/wouter/game-improvements' into max/game2
Diffstat (limited to 'game/enemy/EnemyPool.h')
-rw-r--r--game/enemy/EnemyPool.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/game/enemy/EnemyPool.h b/game/enemy/EnemyPool.h
index f4d6765..cfd0b1c 100644
--- a/game/enemy/EnemyPool.h
+++ b/game/enemy/EnemyPool.h
@@ -1,11 +1,8 @@
#pragma once
+#include "EnemyConfig.h"
#include <crepe/api/Scene.h>
-
class EnemyPool {
public:
void create_enemies(crepe::Scene & scn);
-
-private:
- static constexpr int MAXIMUM_AMOUNT = 10;
};