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