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