diff Renderer/Test/gaplant.h @ 656:d0b8860c17f8

remove global variable "sgroot" , add SgChange.{cc, h} SgMain.cc SgRootChange.{cc, h}
author hiroki@henri.cr.ie.u-ryukyu.ac.jp
date Wed, 25 Nov 2009 21:56:14 +0900
parents ec72b601b71f
children 4dc02d3e98bb
line wrap: on
line diff
--- a/Renderer/Test/gaplant.h	Sat Nov 21 11:20:29 2009 +0900
+++ b/Renderer/Test/gaplant.h	Wed Nov 25 21:56:14 2009 +0900
@@ -10,6 +10,6 @@
 class gaplant : public Application {
 
     MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h);
-
+    MainLoopPtr init_only_sg(SgChange *viewer, int screen_w, int screen_h);
 };