Mercurial > hg > Game > Cerium
view Renderer/Test/viewer.h @ 841:8d702fc5d77a draft
dynamic loading demo bug fix
author | kazz <kazz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 02 Jun 2010 01:39:15 +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 viewer : public Application { MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); };