Mercurial > hg > Game > Cerium
view Renderer/Test/init_position.h @ 1020:58b284d6506f draft
create_pp_task fix. not done.
author | tkaito |
---|---|
date | Sun, 07 Nov 2010 04:24:24 +0900 |
parents | 764772be1e3c |
children |
line wrap: on
line source
#include <math.h> #include <stdlib.h> #include "SceneGraphRoot.h" #include "Application.h" #include "MainLoop.h" class position : public Application { MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); };