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

campaign list workaround

This commit is contained in:
Laserlicht
2024-12-27 21:22:45 +01:00
parent 50d3e71468
commit 7dba34c16e
3 changed files with 12 additions and 3 deletions

View File

@@ -12,13 +12,15 @@
#include "CSelectionBase.h"
class CBonusSelection;
class GraphicalPrimitiveCanvas;
class CLobbyScreen final : public CSelectionBase
{
public:
std::shared_ptr<CButton> buttonChat;
std::shared_ptr<GraphicalPrimitiveCanvas> blackScreen;
CLobbyScreen(ESelectionScreen type);
CLobbyScreen(ESelectionScreen type, bool fromCampaignSet = false);
~CLobbyScreen();
void toggleTab(std::shared_ptr<CIntObject> tab) final;
void startCampaign();