mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-14 01:19:59 +00:00
added a few comments
This commit is contained in:
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…
x
Reference in New Issue
Block a user