comparison Renderer/Test/SgRootChange.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 <math.h>
2 #include <stdlib.h>
3 #include "SceneGraphRoot.h"
4 #include "Application.h"
5 #include "MainLoop.h"
6 #include "SgChange.h"
7
8 class SgRootChange : public Application {
9
10 MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h);
11
12 };