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