comparison Renderer/Test/node.h @ 0:04e28d8d3c6f

first commit
author Daiki KINJYO <e085722@ie.u-ryukyu.ac.jp>
date Mon, 08 Nov 2010 01:23:25 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:04e28d8d3c6f
1 #include <stdlib.h>
2 #include "SceneGraphRoot.h"
3 #include "Application.h"
4 #include "MainLoop.h"
5
6 class node : public Application {
7
8 MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h);
9 };
10