#pragma once #include class EnemyBulletPool { public: void create_bullets(crepe::Scene & scn); private: static constexpr int MAXIMUM_AMOUNT = 20; };