diff options
Diffstat (limited to 'game/enemy/EnemyPool.h')
-rw-r--r-- | game/enemy/EnemyPool.h | 5 |
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; }; |