Mercurial > hg > Game > Cerium
view Renderer/Test/init_position.h @ 1150:d014639cbdc7 draft
add test code.
author | kaito@dolphins |
---|---|
date | Thu, 03 Mar 2011 19:55:34 +0900 (2011-03-03) |
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); };