From 3506d3df9f2e929def5b1662e08481d28643358f Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Mon, 17 May 2010 16:34:05 +0200 Subject: Added stride and colors to BulletPattern. --- bulletpattern.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bulletpattern.h') diff --git a/bulletpattern.h b/bulletpattern.h index dffb928..092713e 100644 --- a/bulletpattern.h +++ b/bulletpattern.h @@ -5,7 +5,10 @@ class BulletPattern { protected: float* bullets; int num_bullets; + int stride; public: + float color_r, color_g, color_b; + BulletPattern(); virtual void update(unsigned int time, unsigned int step); void draw(); -- cgit v1.2.3