aboutsummaryrefslogtreecommitdiff
path: root/game/enemy/EnemyPool.h
blob: cfd0b1c3ed53c7228b52890f4fe75d8a966811e6 (plain)
1
2
3
4
5
6
7
8
#pragma once

#include "EnemyConfig.h"
#include <crepe/api/Scene.h>
class EnemyPool {
public:
	void create_enemies(crepe::Scene & scn);
};