summaryrefslogtreecommitdiffhomepage
path: root/EnemyFactory.h
diff options
context:
space:
mode:
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);
};