comparison Renderer/Test/node.h @ 729:4dc02d3e98bb

fix Test
author aaa
date Mon, 21 Dec 2009 19:15:24 +0900
parents d0b8860c17f8
children
comparison
equal deleted inserted replaced
728:4f77768d7a7f 729:4dc02d3e98bb
4 #include "MainLoop.h" 4 #include "MainLoop.h"
5 5
6 class node : public Application { 6 class node : public Application {
7 7
8 MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); 8 MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h);
9 MainLoopPtr init_only_sg(SgChange *viewer, int screen_w, int screen_h);
10 }; 9 };
11 10