Mercurial > hg > Game > Cerium
view Renderer/Test/node.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 | 91e2c96be77b |
children |
line wrap: on
line source
#include <stdlib.h> #include "SceneGraphRoot.h" #include "Application.h" #include "MainLoop.h" class node : public Application { MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); };