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