equal
deleted
inserted
replaced
4 |
4 |
5 #ifndef SETTINGS_INTERNAL_H |
5 #ifndef SETTINGS_INTERNAL_H |
6 #define SETTINGS_INTERNAL_H |
6 #define SETTINGS_INTERNAL_H |
7 |
7 |
8 #include "saveload.h" |
8 #include "saveload.h" |
|
9 #include "settings_type.h" |
9 |
10 |
10 /** Convention/Type of settings. This is then further specified if necessary |
11 /** Convention/Type of settings. This is then further specified if necessary |
11 * with the SLE_ (SLE_VAR/SLE_FILE) enums in saveload.h |
12 * with the SLE_ (SLE_VAR/SLE_FILE) enums in saveload.h |
12 * @see VarTypes |
13 * @see VarTypes |
13 * @see SettingDescBase */ |
14 * @see SettingDescBase */ |