effects are now stored in a set, improved grav well control
[physics.git] / src / config / config.h
index c02a5fc..c794f65 100644 (file)
@@ -26,10 +26,14 @@ namespace cfg
     void init();
     void clean();
 
+    bool endGame();
+
     bool pause();
     bool unPause();
 
-    bool endGame();
+    bool mouseWellFollow();
+    bool mouseWellOn();
+    bool mouseWellOff();
 }
 
 #endif // CONFIG_H