src/Engine.hh
branchnew-physics
changeset 447 fc9e4305fddf
parent 419 9cd4e54693b6
--- a/src/Engine.hh	Fri Sep 11 15:34:48 2009 +0300
+++ b/src/Engine.hh	Fri Sep 11 16:45:04 2009 +0300
@@ -89,7 +89,8 @@
         /**
          * Setup singleplayer, must call setupGame first
          */
-		void setupSinglePlayer (void);
+        void setupSinglePlayer (void);
+
         
         /**
          * Run the game main loop. This will not return until the game aborts due to an error, or someone calls stop().