summaryrefslogtreecommitdiffhomepage
path: root/View.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-05-07 23:51:13 +0200
committerAki <please@ignore.pl>2022-05-07 23:51:13 +0200
commit8ad11975221b1448865400cab14a1560b71c6ade (patch)
treec2f54c25097b6534dd5ec386d37d6f3f0222ec92 /View.h
parent313b7a531106c623a28883db515f245a74a5fafb (diff)
downloadderelict-8ad11975221b1448865400cab14a1560b71c6ade.zip
derelict-8ad11975221b1448865400cab14a1560b71c6ade.tar.gz
derelict-8ad11975221b1448865400cab14a1560b71c6ade.tar.bz2
Added support for sample dump loading
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;
};