Mercurial > hg > Game > Cerium
view Renderer/Test/ball_bound.h @ 1380:dd3b8f54e3e3 draft
add motion_man.cc motion_man.h parent.xml
author | Kakeru TAMASIRO <e095736@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 26 Jan 2012 22:19:46 +0900 |
parents | 4d83a6a958fd |
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 ball_bound : public Application { MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); };