Mercurial > hg > Game > Cerium
view Renderer/Test/untitled.h @ 879:72ded98f081e draft
[Renderer/Test/aquarium] sync object
author | kazz <kazz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 06 Jul 2010 19:25:52 +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 untitled : public Application { MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); };