comparison dandy.h @ 7:b0248931e40f

fix
author tkaito
date Mon, 14 Jun 2010 07:30:39 +0900
parents 581fa1888e2e
children b87dcc11a6d0
comparison
equal deleted inserted replaced
6:581fa1888e2e 7:b0248931e40f
3 #include "SceneGraph.h" 3 #include "SceneGraph.h"
4 #include "Application.h" 4 #include "Application.h"
5 #include "MainLoop.h" 5 #include "MainLoop.h"
6 6
7 class dandy : public Application { 7 class dandy : public Application {
8
9 MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); 8 MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h);
10
11 }; 9 };
12
13 10
14 static const float player_speed = 10.0f; 11 static const float player_speed = 10.0f;
15 static const float player_radius = 42.0f; 12 static const float player_radius = 42.0f;
16 13
17 static const float boss_radius_x = 65.4f; 14 static const float boss_radius_x = 65.4f;