Mercurial > hg > Members > kono > Cerium
comparison Renderer/Test/viewer.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 |
---|---|
5 #include "MainLoop.h" | 5 #include "MainLoop.h" |
6 | 6 |
7 class viewer : public Application { | 7 class viewer : 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 *viewer, int screen_w, int screen_h); | |
11 }; | 10 }; |