diff dandy.h @ 7:b0248931e40f

fix
author tkaito
date Mon, 14 Jun 2010 07:30:39 +0900
parents 581fa1888e2e
children b87dcc11a6d0
line wrap: on
line diff
--- a/dandy.h	Mon Jun 07 18:58:59 2010 +0900
+++ b/dandy.h	Mon Jun 14 07:30:39 2010 +0900
@@ -5,12 +5,9 @@
 #include "MainLoop.h"
 
 class dandy : public Application {
-
   MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h);
-
 };
 
-
 static const float player_speed = 10.0f;
 static const float player_radius = 42.0f;