early-access version 3770

This commit is contained in:
pineappleEA
2023-07-22 02:54:19 +02:00
parent 3a7175dfa8
commit 76d5acebd0
77 changed files with 4563 additions and 4822 deletions

View File

@@ -34,4 +34,5 @@ private:
*/
template <typename Type, bool ranged>
void ReadSetting(const std::string& group, Settings::Setting<Type, ranged>& setting);
void ReadCategory(Settings::Category category);
};