Mercurial > hg > Game > Cerium
view Renderer/Test/node.h @ 855:641451e6a95b draft
light fix--
author | Yutaka_Kinjyo |
---|---|
date | Thu, 10 Jun 2010 17:18:55 +0900 |
parents | 91e2c96be77b |
children |
line wrap: on
line source
#include <stdlib.h> #include "SceneGraphRoot.h" #include "Application.h" #include "MainLoop.h" class node : public Application { MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); };