comparison Renderer/Test/universe.h @ 557:ec72b601b71f

fix examlples (on going)
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 22 Oct 2009 17:34:12 +0900
parents
children d0b8860c17f8
comparison
equal deleted inserted replaced
524:0f180d46db89 557:ec72b601b71f
1 #include <math.h>
2 #include <stdlib.h>
3 #include "SceneGraphRoot.h"
4 #include "Application.h"
5 #include "MainLoop.h"
6
7 class universe : public Application {
8
9 MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h);
10
11 };
12