Mercurial > hg > Members > kono > Cerium
annotate Renderer/Test/panel.h @ 924:ad6903dd6419
show dma wait format
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 30 Jul 2010 16:40:30 +0900 |
parents | 4dc02d3e98bb |
children |
rev | line source |
---|---|
557 | 1 #include <stdlib.h> |
2 #include "SceneGraphRoot.h" | |
3 #include "Application.h" | |
4 #include "MainLoop.h" | |
5 | |
563
b21a013051a2
all exmple on Mac OS X
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
557
diff
changeset
|
6 class panel : public Application { |
557 | 7 |
8 MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); | |
9 }; | |
10 |