summaryrefslogtreecommitdiffhomepage
path: root/View.h
diff options
context:
space:
mode:
Diffstat (limited to 'View.h')
-rw-r--r--View.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/View.h b/View.h
index 13eb881..56a50ca 100644
--- a/View.h
+++ b/View.h
@@ -24,4 +24,6 @@ private:
Camera m_camera;
std::unique_ptr<Source> m_source;
std::vector<Projected> m_projected;
+ int m_grid;
+ float m_timer;
};