22 #ifndef DARKSEED_DIALOGS_H 23 #define DARKSEED_DIALOGS_H 25 #include "gui/ThemeEval.h" 26 #include "gui/widget.h" 27 #include "gui/widgets/popup.h" 36 #define POPUP_OPTIONS_ITEMS_TERMINATOR {nullptr, 0} 42 const char *configOption;
47 #define POPUP_OPTIONS_TERMINATOR \ 49 nullptr, nullptr, nullptr, nullptr, 0, { POPUP_OPTIONS_ITEMS_TERMINATOR } \ 71 GAMEOPTION_ORIGINAL_SAVELOAD,
73 _s(
"Use original save/load screens"),
74 _s(
"Use the original save/load screens instead of the ScummVM ones"),
82 GAMEOPTION_FLOPPY_MUSIC,
84 _s(
"Use floppy version music"),
85 _s(
"Use the music from the floppy version. The floppy version's music files must be copied to the SOUND directory."),
92 AD_EXTRA_GUI_OPTIONS_TERMINATOR
100 _s(
"Determines if the game should use CD version SFX only, CD SFX with additional floppy SFX, or floppy SFX only. Floppy SFX are only available if floppy music is used."),
105 _s(
"CD version SFX only"),
109 _s(
"CD + extra floppy SFX"),
110 SFX_MODE_CD_PLUS_FLOPPY
113 _s(
"Floppy version SFX only"),
116 POPUP_OPTIONS_ITEMS_TERMINATOR
119 POPUP_OPTIONS_TERMINATOR
124 #endif // DARKSEED_DIALOGS_H
Definition: ThemeEval.h:37
Definition: adlib_dsf.h:27