summaryrefslogtreecommitdiff
path: root/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene.h')
-rw-r--r--scene.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene.h b/scene.h
index 9e34e56..2429fcc 100644
--- a/scene.h
+++ b/scene.h
@@ -17,6 +17,7 @@ class Scene {
void lookat();
void move(float forward, float right, int steps);
bool select(int x, int y, float& px, float& py, float& pz);
+ void update();
};
#endif