summaryrefslogtreecommitdiffhomepage
path: root/TestStage.h
diff options
context:
space:
mode:
Diffstat (limited to 'TestStage.h')
-rw-r--r--TestStage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/TestStage.h b/TestStage.h
index 776d32f..3398a89 100644
--- a/TestStage.h
+++ b/TestStage.h
@@ -17,4 +17,5 @@ public:
private:
ConstantVelocitySystem m_const;
std::vector<Enemy> m_enemies;
+ float m_flash;
};