Mercurial > hg > Game > Cerium
diff Renderer/Test/motion_man.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 | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Renderer/Test/motion_man.h Thu Jan 26 22:19:46 2012 +0900 @@ -0,0 +1,11 @@ +#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); +};