9 lines
134 B
C
9 lines
134 B
C
// header guard
|
|
#ifndef _ba_ty_hg_
|
|
#define _ba_ty_hg_
|
|
|
|
struct Config {
|
|
bool verbose = false;
|
|
bool ignoressl = false;
|
|
};
|
|
#endif |