summaryrefslogtreecommitdiffhomepage
path: root/ExampleGenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'ExampleGenerator.h')
-rw-r--r--ExampleGenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ExampleGenerator.h b/ExampleGenerator.h
index 16c9fc2..4bf0030 100644
--- a/ExampleGenerator.h
+++ b/ExampleGenerator.h
@@ -14,8 +14,10 @@ struct ExampleGenerator : public Generator
float m_delay;
float m_interval;
float m_cone;
+ float m_angle;
int m_speed;
int m_shift;
int m_segments;
Vector2 m_origin;
+ Color m_color;
};