X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=blobdiff_plain;f=src%2Fconfig%2Fconfig.h;h=8c7143f04835c605cb3e92a7cd8d4d1fc402e9e1;hp=c794f6580d85289e33ae956893f38b9a9784a4e4;hb=c46074c1fc66612c5ea0bfa1f4441491e296703d;hpb=4a0863f343fa6f68639759494e3c0f0ab8ae2a76 diff --git a/src/config/config.h b/src/config/config.h index c794f65..8c7143f 100644 --- a/src/config/config.h +++ b/src/config/config.h @@ -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