Mercurial > hg > Game > Cerium
view Renderer/Test/ieshoot.h @ 881:bfddd6c29aad draft
cannot load xml of 3rd screen bug fix (include init bug yet)
author | kazz <kazz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 09 Jul 2010 14:33:31 +0900 |
parents | 91e2c96be77b |
children |
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); };