mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 11:50:05 +00:00
Add anti-aliasing to settings
This commit is contained in:
parent
3a754c01c5
commit
c5a56680ea
6 changed files with 32 additions and 6 deletions
|
|
@ -25,6 +25,7 @@ public:
|
|||
GeneralSettings(GeneralSettings&&) noexcept;
|
||||
GeneralSettings& operator=(GeneralSettings&&) noexcept;
|
||||
|
||||
SettingsVariable<bool>& anti_aliasing_enabled() const;
|
||||
SettingsVariable<bool>& debug_enabled() const;
|
||||
SettingsVariable<std::string>& default_alert_action() const;
|
||||
SettingsVariable<std::string>& default_radar_site() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue