1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Updated layout and localizations

This commit is contained in:
Ivan Savenko
2023-12-07 16:36:44 +02:00
parent bac46e3992
commit edbe25b33a
13 changed files with 200 additions and 86 deletions

View File

@@ -12,9 +12,19 @@
#include "../gui/InterfaceObjectConfigurable.h"
#include "../../lib/filesystem/ResourcePath.h"
VCMI_LIB_NAMESPACE_BEGIN
struct TurnTimerInfo;
struct SimturnsInfo;
VCMI_LIB_NAMESPACE_END
/// The options tab which is shown at the map selection phase.
class OptionsTabBase : public InterfaceObjectConfigurable
{
std::vector<TurnTimerInfo> getTimerPresets() const;
std::vector<SimturnsInfo> getSimturnsPresets() const;
public:
OptionsTabBase(const JsonPath & configPath);