Mercurial > hg > Game > Cerium
view Renderer/Test/motion_man.h @ 1392:555d2a31cf0c draft
collada moved
author | e095732 <e095732@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 30 Jan 2012 16:12:20 +0900 |
parents | dd3b8f54e3e3 |
children |
line wrap: on
line source
#include <stdlib.h> #include <math.h> #include "SceneGraphRoot.h" #include "Application.h" #include "MainLoop.h" #include "viewer.h" class motion_man : public Application { MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); };