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 dc7ab1a..a0a0130 100644
--- a/OverScreen.h
+++ b/OverScreen.h
@@ -16,5 +16,7 @@ public:
private:
std::shared_ptr<Stats> m_stats;
int m_died_x;
+ int m_label_x;
+ int m_score_x;
Flash m_flash;
};