summaryrefslogtreecommitdiffhomepage
path: root/OverScreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'OverScreen.h')
-rw-r--r--OverScreen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/OverScreen.h b/OverScreen.h
index 3dd7fa2..dc7ab1a 100644
--- a/OverScreen.h
+++ b/OverScreen.h
@@ -2,6 +2,7 @@
#include <memory>
+#include "Flash.h"
#include "Screen.h"
#include "Stats.h"
@@ -15,4 +16,5 @@ public:
private:
std::shared_ptr<Stats> m_stats;
int m_died_x;
+ Flash m_flash;
};