Mercurial > hg > Game > Cerium
diff Renderer/Test/panel.h @ 557:764772be1e3c draft
fix examlples (on going)
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 22 Oct 2009 17:34:12 +0900 |
parents | |
children | 338ad9c856fc |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Renderer/Test/panel.h Thu Oct 22 17:34:12 2009 +0900 @@ -0,0 +1,11 @@ +#include <stdlib.h> +#include "SceneGraphRoot.h" +#include "Application.h" +#include "MainLoop.h" + +class ball_bound : public Application { + + MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); + +}; +