added a few comments

openmw-38
Marc Zinnschlag 9 years ago
parent b0fb6d56f1
commit 8050eba83b

@ -19,6 +19,7 @@ namespace CSMPrefs
DoubleSetting (Category *parent, Settings::Manager *values,
const std::string& key, const std::string& label, double default_);
// defaults to [0, std::numeric_limits<double>::max()]
DoubleSetting& setRange (double min, double max);
DoubleSetting& setMin (double min);

@ -19,6 +19,7 @@ namespace CSMPrefs
IntSetting (Category *parent, Settings::Manager *values,
const std::string& key, const std::string& label, int default_);
// defaults to [0, std::numeric_limits<int>::max()]
IntSetting& setRange (int min, int max);
IntSetting& setMin (int min);

Loading…
Cancel
Save