diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2025-01-10 11:11:53 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2025-01-10 11:11:53 +0100 |
commit | 22d77b99d700e6317a7432e475330e4bb3c9745d (patch) | |
tree | 45e9c0daf3de091eb1ac655fc8e0da8c1908b3ab /game/enemy/EnemyPool.h | |
parent | 9246924d2885cdf236a08d20945a4526000cfe39 (diff) |
make format
Diffstat (limited to 'game/enemy/EnemyPool.h')
-rw-r--r-- | game/enemy/EnemyPool.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/game/enemy/EnemyPool.h b/game/enemy/EnemyPool.h index 25f7fb8..cfd0b1c 100644 --- a/game/enemy/EnemyPool.h +++ b/game/enemy/EnemyPool.h @@ -1,9 +1,8 @@ #pragma once -#include <crepe/api/Scene.h> #include "EnemyConfig.h" +#include <crepe/api/Scene.h> class EnemyPool { public: void create_enemies(crepe::Scene & scn); - }; |