config.h 97 B

12345678
  1. #ifndef CONFIG_H
  2. #define CONFIG_H
  3. #include "yaml-cpp/yaml.h"
  4. extern YAML::Node CONFIG;
  5. #endif