Mercurial > hg > Members > kono > Cerium
comparison Renderer/Test/dynamic_create.h @ 566:006c4e9e6acb
merge
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 22 Oct 2009 23:49:34 +0900 |
parents | |
children | d0b8860c17f8 |
comparison
equal
deleted
inserted
replaced
565:2e1b6c5e4f8f | 566:006c4e9e6acb |
---|---|
1 #include <math.h> | |
2 #include <stdlib.h> | |
3 #include "SceneGraphRoot.h" | |
4 #include "Application.h" | |
5 #include "MainLoop.h" | |
6 | |
7 class dynamic_create : public Application { | |
8 | |
9 MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); | |
10 | |
11 }; |