comparison Renderer/Test/universe.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
5 #include "MainLoop.h" 5 #include "MainLoop.h"
6 6
7 class universe : public Application { 7 class universe : public Application {
8 8
9 MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); 9 MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h);
10 10 MainLoopPtr init_only_sg(SgChange *viewer, int screen_w, int screen_h);
11 }; 11 };
12 12