From 6952f8fa7e92d5ea0bf955d13c1bf0d95aa27b1a Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Mon, 24 May 2010 03:12:30 +0200 Subject: Added BulletPattern4. --- engine/bulletpattern.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'engine/bulletpattern.h') diff --git a/engine/bulletpattern.h b/engine/bulletpattern.h index f550c2c..ab87635 100644 --- a/engine/bulletpattern.h +++ b/engine/bulletpattern.h @@ -55,4 +55,10 @@ class BulletPattern3 : public BulletPatternImpl > { void update(); }; +class BulletPattern4 : public BulletPatternImpl > { + public: + BulletPattern4(const Vector2& initpos); + void update(); +}; + #endif -- cgit v1.2.3