1#ifndef INUISANCEPATHSPROVIDER_H
2#define INUISANCEPATHSPROVIDER_H
6namespace fs = std::filesystem;
Abstract provider for default and user nuisance-file paths.
virtual ~INuisancePathsProvider()=default
Virtual destructor for polymorphic use.
virtual fs::path user_nuisances_path() const =0
Returns the path to the user override nuisance definition file.
virtual fs::path default_nuisances_path() const =0
Returns the path to the built-in nuisance definition file.