#ifndef CONFIG_H #define CONFIG_H #include #include #include void readConfig(); void updateConfig(); void saveConfig(); #endif //CONFIG_H