// // Created by nano on 4/1/25. // #ifndef CONFIG_H #define CONFIG_H void loadConfig(char *filepath); #endif //CONFIG_H