From 156683c7cbcd697f09f5101fd14c01051928edb8 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Sat, 2 Apr 2011 20:14:35 +0200 Subject: Started work on dynamic merging and subdivision. --- scene.h | 1 + 1 file changed, 1 insertion(+) (limited to 'scene.h') 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 -- cgit v1.2.3