The Battle for Wesnoth  1.19.3+dev
Classes | Macros | Typedefs
preferences_list.hpp File Reference
#include "enum_base.hpp"
Include dependency graph for preferences_list.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  preferences_list_defines
 Contains all valid preferences attributes. More...
 

Macros

#define ADDPREF(pref)   static constexpr const char* const pref = #pref;
 

Typedefs

using prefs_list = string_enums::enum_base< preferences_list_defines >
 

Macro Definition Documentation

◆ ADDPREF

#define ADDPREF (   pref)    static constexpr const char* const pref = #pref;

Definition at line 19 of file preferences_list.hpp.

Typedef Documentation

◆ prefs_list

Definition at line 554 of file preferences_list.hpp.