comparison Renderer/Test/vacuum.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
8 #include "MainLoop.h" 8 #include "MainLoop.h"
9 9
10 class vacuum : public Application { 10 class vacuum : 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 MainLoopPtr init_only_sg(SgChange *viewer, int screen_w, int screen_h);
14 }; 13 };
15 14
16 15
17 extern void cube_move_left(SceneGraphPtr node, void *sgroot_, int screen_w, int screen_h); 16 extern void cube_move_left(SceneGraphPtr node, void *sgroot_, int screen_w, int screen_h);
18 extern void cube_move_right(SceneGraphPtr node, void *sgroot_, int screen_w, int screen_h); 17 extern void cube_move_right(SceneGraphPtr node, void *sgroot_, int screen_w, int screen_h);