comparison Renderer/Test_/ieshoot.h @ 4:b5b462ac9b3b

Cerium Blender ball_bound
author Daiki KINJYO <e085722@ie.u-ryukyu.ac.jp>
date Mon, 29 Nov 2010 16:42:42 +0900
parents
children
comparison
equal deleted inserted replaced
3:3f6fe22ac669 4:b5b462ac9b3b
1 #include <math.h>
2 #include <stdlib.h>
3 #include "SceneGraphRoot.h"
4 #include "Application.h"
5 #include "MainLoop.h"
6
7 class ieshoot : public Application {
8
9 MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h);
10 };
11