Mercurial > hg > Game > Cerium
comparison Renderer/Test/collada.h @ 1282:a44edf9ac59e draft
copy ball_bound.h to collada.h
author | Taiki TAIRA <e095767@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 25 Nov 2011 17:15:41 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1281:b91eb52582cc | 1282:a44edf9ac59e |
---|---|
1 #include <math.h> | |
2 #include <stdlib.h> | |
3 #include "SceneGraphRoot.h" | |
4 #include "Application.h" | |
5 #include "MainLoop.h" | |
6 #include "viewer.h" | |
7 | |
8 class ball_bound : public Application { | |
9 | |
10 MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); | |
11 }; |