changes to how configs react to input
[physics.git] / src / config / config.h
index c794f65..d08a517 100644 (file)
@@ -26,14 +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