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