Prepare to change the representation of config settings

This commit is contained in:
Henrik Rydgård
2025-10-29 15:07:51 +01:00
parent 04e366e944
commit a26529fd03
2 changed files with 428 additions and 423 deletions
+427 -423
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -255,6 +255,7 @@ private:
};
struct ConfigSectionSettings {
const char *base;
const char *section;
const ConfigSetting *settings;
size_t settingsCount;