summaryrefslogtreecommitdiff
path: root/engine/bulletpattern.h
diff options
context:
space:
mode:
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