Mercurial > hg > Members > kono > Cerium
annotate Renderer/Test/untitled.h @ 748:b7376415fa5f
TaskManager changeset 683, Renderer changeset 746
author | hiroki |
---|---|
date | Mon, 25 Jan 2010 18:01:19 +0900 |
parents | d0b8860c17f8 |
children |
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 |