summaryrefslogtreecommitdiff
path: root/engine/bulletpattern.h
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2010-05-24 03:12:30 +0200
committerVegard Storheil Eriksen <zyp@jvnv.net>2010-05-24 03:12:30 +0200
commit6952f8fa7e92d5ea0bf955d13c1bf0d95aa27b1a (patch)
treef749fe151ecf04bae3a1e8ad62f9a3678413feac /engine/bulletpattern.h
parent8e92b0c5aa0cc57e8729069dad4cb635845f51d8 (diff)
Added BulletPattern4.
Diffstat (limited to 'engine/bulletpattern.h')
-rw-r--r--engine/bulletpattern.h6
1 files changed, 6 insertions, 0 deletions
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<Struct<> > {
void update();
};
+class BulletPattern4 : public BulletPatternImpl<Struct<float, float> > {
+ public:
+ BulletPattern4(const Vector2& initpos);
+ void update();
+};
+
#endif