Mercurial > hg > Members > kono > Cerium
view Renderer/Test/ieshoot.h @ 559:ccb33e5bcf89
direction
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 22 Oct 2009 19:10:03 +0900 |
parents | ec72b601b71f |
children | d0b8860c17f8 |
line wrap: on
line source
#include <math.h> #include <stdlib.h> #include "SceneGraphRoot.h" #include "Application.h" #include "MainLoop.h" class ieshoot : public Application { MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); };