Mercurial > hg > Members > kono > Cerium
annotate Renderer/Test/aquarium.h @ 858:fdc24fbeaedc
Renderer/Test/aquarium init
author | kazz <kazz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 17 Jun 2010 02:36:21 +0900 |
parents | |
children | e39f320c4411 |
rev | line source |
---|---|
858 | 1 #include <math.h> |
2 #include <stdlib.h> | |
3 #include "SceneGraphRoot.h" | |
4 #include "Application.h" | |
5 #include "MainLoop.h" | |
6 | |
7 class aquarium : public Application { | |
8 public: | |
9 static const char *linda_server; | |
10 MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); | |
11 }; |