9 lines
188 B
C
9 lines
188 B
C
|
#ifndef BLUEWEST_AUGEAS_AUGSETTINGS_H
|
||
|
#define BLUEWEST_AUGEAS_AUGSETTINGS_H
|
||
|
|
||
|
struct AugSettings {
|
||
|
const char *root;
|
||
|
const char *loadPath;
|
||
|
};
|
||
|
#endif //BLUEWEST_AUGEAS_AUGSETTINGS_H
|