setup config to be one file
[physics.git] / src / config / config.h
similarity index 86%
rename from src/configs/paused_cfg.h
rename to src/config/config.h
index 753a250..c02a5fc 100644 (file)
  */
 
 
-#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