config.h 114 B

12345678910
  1. #ifndef CONFIG_H
  2. #define CONFIG_H
  3. #include "json.hpp"
  4. using json = nlohmann::json;
  5. extern json CONFIG;
  6. #endif