grav well only follows mouse when space is pressed
[physics.git] / src / config / config.h
index c02a5fc..b13a075 100644 (file)
@@ -26,10 +26,12 @@ namespace cfg
     void init();
     void clean();
 
+    bool endGame();
+
     bool pause();
     bool unPause();
 
-    bool endGame();
+    bool mouseWellOn();
 }
 
 #endif // CONFIG_H