Mercurial > hg > Game > Cerium
view Renderer/Test/node.h @ 1702:f52904f8f03e draft
fix example.run ANY_ANY
author | Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Oct 2013 01:38:29 +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); };