#ifndef BLUEWEST_AUGEAS_AUGSETTINGS_H #define BLUEWEST_AUGEAS_AUGSETTINGS_H struct AugSettings { const char *root; const char *loadPath; }; #endif //BLUEWEST_AUGEAS_AUGSETTINGS_H