summaryrefslogtreecommitdiff
path: root/src/settings.hpp
Commit message (Collapse)AuthorAge
* Create settings structureDan Goodliffe2025-09-24
Holds all the settings and their defaults for use in program_options and tests. Disables missing-field-initializers in tests because its over sensitive to structures with defaults where you only provide some values specifically.