comparison 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
comparison
equal deleted inserted replaced
646:ffcc25c7c566 656:d0b8860c17f8
8 #include "MainLoop.h" 8 #include "MainLoop.h"
9 9
10 class gaplant : public Application { 10 class gaplant : public Application {
11 11
12 MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); 12 MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h);
13 13 MainLoopPtr init_only_sg(SgChange *viewer, int screen_w, int screen_h);
14 }; 14 };
15 15