summaryrefslogtreecommitdiff
path: root/bulletpattern.h
diff options
context:
space:
mode:
Diffstat (limited to 'bulletpattern.h')
-rw-r--r--bulletpattern.h3
1 files changed, 3 insertions, 0 deletions
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();