Mercurial > hg > Members > kono > Cerium
view Renderer/Test/node.h @ 756:2575791a333a
add Test/create_task {spe, task}/Property
author | hiroki@henri.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Fri, 29 Jan 2010 11:34:43 +0900 |
parents | b7376415fa5f |
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); };