changes to how configs react to input
[physics.git] / src / config / config.h
index b13a075..d08a517 100644 (file)
@@ -26,12 +26,18 @@ namespace cfg
     void init();
     void clean();
 
+    void handleInput();
+
     bool endGame();
 
-    bool pause();
-    bool unPause();
+    bool paused();
 
+    bool mouseWellFollow();
     bool mouseWellOn();
+    bool mouseWellOff();
+
+    bool showFPS();
+    bool showUPS();
 }
 
 #endif // CONFIG_H