X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=blobdiff_plain;f=src%2Fconfig%2Fconfig.h;fp=src%2Fconfigs%2Fpaused_cfg.h;h=c02a5fca52c752e6df70217c348585043dcd4b6b;hp=753a2505e9110c0da125bac4f649681b52f51618;hb=b1d92c2f86c7da20ef22f9e064ff9b1a2d5ede4e;hpb=8f8b6693595f6e3be9f43369e898e12539892e88 diff --git a/src/configs/paused_cfg.h b/src/config/config.h similarity index 86% rename from src/configs/paused_cfg.h rename to src/config/config.h index 753a250..c02a5fc 100644 --- a/src/configs/paused_cfg.h +++ b/src/config/config.h @@ -16,15 +16,20 @@ */ -#ifndef PAUSED_CFG_H -#define PAUSED_CFG_H +#ifndef CONFIG_H +#define CONFIG_H /// ***** Header Methods ***** -namespace CFG +namespace cfg { + void init(); + void clean(); + bool pause(); bool unPause(); + + bool endGame(); } -#endif // PAUSED_CFG_H +#endif // CONFIG_H