From 915dd2a9acda9c505ad82bd2dd8df282670ed5fd Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 20 Apr 2022 01:56:47 +0200 Subject: Added another generator and enemy for testing purposes --- EnemyFactory.h | 1 + 1 file changed, 1 insertion(+) (limited to 'EnemyFactory.h') diff --git a/EnemyFactory.h b/EnemyFactory.h index 0475a25..6134ae9 100644 --- a/EnemyFactory.h +++ b/EnemyFactory.h @@ -7,4 +7,5 @@ struct EnemyFactory { static Enemy make_example(ConstantVelocityBullet::Vector& bullets, float x, float y, float hold, bool mirror=false); + static Enemy make_waver(ConstantVelocityBullet::Vector& bullets, float x, float y, float hold); }; -- cgit v1.1