Mercurial > hg > Game > Cerium
view Renderer/Test/init_position.h @ 859:3f45bd7b910a draft
linda connection init
author | kazz <kazz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 17 Jun 2010 04:46:25 +0900 |
parents | 764772be1e3c |
children |
line wrap: on
line source
#include <math.h> #include <stdlib.h> #include "SceneGraphRoot.h" #include "Application.h" #include "MainLoop.h" class position : public Application { MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); };