Mercurial > hg > Game > Cerium
comparison Renderer/Test/untitled.h @ 557:764772be1e3c draft
fix examlples (on going)
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 22 Oct 2009 17:34:12 +0900 |
parents | |
children | 338ad9c856fc |
comparison
equal
deleted
inserted
replaced
556:12135dde3b87 | 557:764772be1e3c |
---|---|
1 #include <math.h> | |
2 #include <stdlib.h> | |
3 #include "SceneGraphRoot.h" | |
4 #include "Application.h" | |
5 #include "MainLoop.h" | |
6 | |
7 class untitiled : public Application { | |
8 | |
9 MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); | |
10 | |
11 }; | |
12 |