9 lines
122 B
C
9 lines
122 B
C
//
|
|
// Created by nano on 4/1/25.
|
|
//
|
|
|
|
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
void loadConfig(char *filepath);
|
|
#endif //CONFIG_H
|