#ifndef MKS_INIT_H #define MKS_INIT_H #include #include #include #include #include #include #include bool get_by_id(); std::string generate_by_id(); bool FileStringReplace(std::ifstream &instream, std::ofstream &outstream); std::string get_cfg_by_id(); #endif