mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-17 01:32:21 +02:00
Add game pause
This commit is contained in:
@ -86,7 +86,7 @@ public:
|
||||
CTradeWindow(const ImagePath & bgName, const IMarket * Market, const CGHeroInstance * Hero, const std::function<void()> & onWindowClosed, EMarketMode Mode); //c
|
||||
|
||||
void showAll(Canvas & to) override;
|
||||
void close();
|
||||
void close() override;
|
||||
|
||||
void initSubs(bool Left);
|
||||
void initTypes();
|
||||
|
Reference in New Issue
Block a user