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