diff programs/walk.h @ 3:e717e593f213

add walk-example
author e075725
date Wed, 09 Dec 2009 17:29:35 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/programs/walk.h	Wed Dec 09 17:29:35 2009 +0900
@@ -0,0 +1,11 @@
+#include <math.h>
+#include <stdlib.h>
+#include "SceneGraphRoot.h"
+#include "Application.h"
+#include "MainLoop.h"
+
+class walk : public Application {
+
+    MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h);
+    MainLoopPtr init_only_sg(SgChange *viewer, int screen_w, int screen_h);
+};