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

shortcut market + boat

This commit is contained in:
Laserlicht
2025-09-09 01:00:38 +02:00
parent 0357cfcba5
commit d58d963874
4 changed files with 43 additions and 6 deletions

View File

@@ -10,6 +10,8 @@
#pragma once
#include "../lib/constants/EntityIdentifiers.h"
VCMI_LIB_NAMESPACE_BEGIN
class Point;
class Rect;
@@ -98,6 +100,9 @@ public:
bool optionSidePanelActive();
bool optionMapScrollingActive();
bool optionMapViewActive();
bool optionMarketplace();
bool optionHeroGround();
bool optionHeroBoat(EPathfindingLayer layer);
void setState(EAdventureState newState);
EAdventureState getState() const;