summaryrefslogtreecommitdiffhomepage
path: root/View.h
diff options
context:
space:
mode:
Diffstat (limited to 'View.h')
-rw-r--r--View.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/View.h b/View.h
index e259132..e58b539 100644
--- a/View.h
+++ b/View.h
@@ -22,4 +22,5 @@ private:
int m_grid;
float m_timer;
Texture2D m_texture;
+ Label* m_active;
};