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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user