diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,11 +1,11 @@ +#ifndef CONFIG_H_ +#define CONFIG_H_ + #include <string> #include <map> #include <fstream> #include <filesystem> -#ifndef CONFIG_H_ -#define CONFIG_H_ - void load_config(std::string config_path); #endif |