reworked ups/fps/paused logic
[physics.git] / src / config / config.h
index c794f65..8c7143f 100644 (file)
@@ -28,12 +28,14 @@ namespace cfg
 
     bool endGame();
 
-    bool pause();
-    bool unPause();
+    bool paused();
 
     bool mouseWellFollow();
     bool mouseWellOn();
     bool mouseWellOff();
+
+    bool showFPS();
+    bool showUPS();
 }
 
 #endif // CONFIG_H