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