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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/game/enemy/EnemyPool.h b/game/enemy/EnemyPool.h
index 916b930..f4d6765 100644
--- a/game/enemy/EnemyPool.h
+++ b/game/enemy/EnemyPool.h
@@ -5,6 +5,7 @@
class EnemyPool {
public:
void create_enemies(crepe::Scene & scn);
+
private:
static constexpr int MAXIMUM_AMOUNT = 10;
};