Mercurial > hg > Game > Cerium
annotate Renderer/Test/untitled.h @ 996:bac3b0afc3e8 draft
add sdl_test file
author | yutaka@charles.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Mon, 11 Oct 2010 18:56:51 +0900 |
parents | 91e2c96be77b |
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
338ad9c856fc
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 |