X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2Fconfig%2Fconfig.h;h=d08a51778b842b3530a700050001f4b6a87bd2f3;hb=fd1a93a71bc0222dd77f56c145d550cb6f7829bc;hp=c02a5fca52c752e6df70217c348585043dcd4b6b;hpb=b1d92c2f86c7da20ef22f9e064ff9b1a2d5ede4e;p=physics.git diff --git a/src/config/config.h b/src/config/config.h index c02a5fc..d08a517 100644 --- a/src/config/config.h +++ b/src/config/config.h @@ -26,10 +26,18 @@ namespace cfg void init(); void clean(); - bool pause(); - bool unPause(); + void handleInput(); bool endGame(); + + bool paused(); + + bool mouseWellFollow(); + bool mouseWellOn(); + bool mouseWellOff(); + + bool showFPS(); + bool showUPS(); } #endif // CONFIG_H