Mercurial > hg > Game > Cerium
diff Renderer/Test/viewer.h @ 589:e112f38275d5 draft
add viwer.cc
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 30 Oct 2009 18:39:12 +0900 |
parents | |
children | 7a311860a76e |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Renderer/Test/viewer.h Fri Oct 30 18:39:12 2009 +0900 @@ -0,0 +1,11 @@ +#include <math.h> +#include <stdlib.h> +#include "SceneGraphRoot.h" +#include "Application.h" +#include "MainLoop.h" + +class viewer : public Application { + + MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); + +};