Mercurial > hg > Members > kono > Cerium
annotate Renderer/Test/untitled.h @ 583:530d189ebf1a
add writer
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 25 Oct 2009 20:11:38 +0900 |
parents | b21a013051a2 |
children | d0b8860c17f8 |
rev | line source |
---|---|
557 | 1 #include <math.h> |
2 #include <stdlib.h> | |
3 #include "SceneGraphRoot.h" | |
4 #include "Application.h" | |
5 #include "MainLoop.h" | |
6 | |
563
b21a013051a2
all exmple on Mac OS X
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
557
diff
changeset
|
7 class untitled : public Application { |
557 | 8 |
9 MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); | |
10 | |
11 }; | |
12 |