1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Fix Status Bar & In-game console activation

This commit is contained in:
Ivan Savenko
2022-12-19 22:53:31 +02:00
parent a75b437fef
commit b373c4a2b6
6 changed files with 30 additions and 19 deletions

View File

@@ -149,8 +149,6 @@ public:
return ret;
}
void setOnClick(std::function<void()> handler);
void show(SDL_Surface * to) override;
void deactivate() override;