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

fix Test
author aaa
date Mon, 21 Dec 2009 19:15:24 +0900
parents f42b303044f7
children
comparison
equal deleted inserted replaced
728:4f77768d7a7f 729:4dc02d3e98bb
5 #include "MainLoop.h" 5 #include "MainLoop.h"
6 6
7 class send_linda : public Application { 7 class send_linda : 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 MainLoopPtr init_only_sg(SgChange *sgroot, int screen_w, int screen_h);
11 10
12 }; 11 };