// header guard #ifndef _ba_ty_hg_ #define _ba_ty_hg_ struct Config { bool verbose = false; bool ignoressl = false; }; #endif