diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2025-01-08 13:52:43 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2025-01-08 13:52:43 +0100 |
commit | fcec9d7598f0808d4081120a9cb2036bdea59737 (patch) | |
tree | 4963d2f791a4c3ba27d357ad38345094a8e65fc4 /game/enemy/EnemyPool.h | |
parent | 1413beea3b506b15b9f0080cec29c745d1ef88da (diff) |
make format
Diffstat (limited to 'game/enemy/EnemyPool.h')
-rw-r--r-- | game/enemy/EnemyPool.h | 1 |
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; }; |