mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-08 15:28:42 +00:00
Testing a thing
This commit is contained in:
parent
ccbb0de4e2
commit
36062ed61c
@ -112,7 +112,7 @@ void volume_setter_on_change(widget& w)
|
||||
} // end anon namespace
|
||||
|
||||
using namespace preferences;
|
||||
using avp = preferences::advanced_manager::option;
|
||||
using avp = preferences::advanced_manager;
|
||||
|
||||
REGISTER_DIALOG(preferences_dialog)
|
||||
|
||||
|
@ -25,7 +25,6 @@
|
||||
|
||||
#include <boost/dynamic_bitset.hpp>
|
||||
|
||||
class game_config_view;
|
||||
// This file is not named preferences.hpp in order -I conflicts with
|
||||
// src/preferences.hpp.
|
||||
|
||||
|
@ -31,14 +31,14 @@ public:
|
||||
|
||||
~advanced_manager();
|
||||
|
||||
enum class type { TOGGLE, SLIDER, COMBO, SPECIAL };
|
||||
|
||||
struct option
|
||||
{
|
||||
option(const config& pref);
|
||||
|
||||
enum class type { TOGGLE, SLIDER, COMBO, SPECIAL };
|
||||
|
||||
/** The preference type. */
|
||||
option::type type;
|
||||
type type;
|
||||
|
||||
/** Displayed name. */
|
||||
t_string name;
|
||||
|
Loading…
x
Reference in New Issue
Block a user