summaryrefslogtreecommitdiffhomepage
path: root/EnemyFactory.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-20 01:56:47 +0200
committerAki <please@ignore.pl>2022-04-20 01:56:47 +0200
commit915dd2a9acda9c505ad82bd2dd8df282670ed5fd (patch)
tree8a8312ed102d16dc4a5a371c6d6c4af93a02bcac /EnemyFactory.h
parent97048f6c42ebcecd765403f51811cfb212952654 (diff)
downloadbullethell2022-915dd2a9acda9c505ad82bd2dd8df282670ed5fd.zip
bullethell2022-915dd2a9acda9c505ad82bd2dd8df282670ed5fd.tar.gz
bullethell2022-915dd2a9acda9c505ad82bd2dd8df282670ed5fd.tar.bz2
Added another generator and enemy for testing purposes
Diffstat (limited to 'EnemyFactory.h')
-rw-r--r--EnemyFactory.h1
1 files changed, 1 insertions, 0 deletions
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);
};