Files @ r25528:52b815c03f32
Branch filter:

Location: cpp/openttd-patchpack/source/src/table/settings.h.postamble

rubidium42
Codechange: use initializer_lists for the settings tables

Not using vectors as those require copying from the initializer list and that
makes unique_ptrs to the actual SettingDesc objects later impossible.