From 9e9140cdf95845c580ba084342033094e928c6e8 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Sun, 23 May 2010 19:54:25 +0200 Subject: Moved BulletPattern1 and BulletPattern2. --- engine/bulletpattern.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'engine/bulletpattern.h') diff --git a/engine/bulletpattern.h b/engine/bulletpattern.h index 9acda5f..e1dd3a2 100644 --- a/engine/bulletpattern.h +++ b/engine/bulletpattern.h @@ -15,4 +15,16 @@ class BulletPattern { void draw(); }; +class BulletPattern1 : public BulletPattern { + public: + BulletPattern1(); + void update(); +}; + +class BulletPattern2 : public BulletPattern { + public: + BulletPattern2(float xpos, float ypos); + void update(); +}; + #endif -- cgit v1.2.3