More tutorials.

Took 3 hours 23 minutes
This commit is contained in:
Lukas Brübach 2026-01-22 13:52:34 +01:00
parent 80075e4089
commit ca820c52c3
13 changed files with 290 additions and 4 deletions

View file

@ -16,6 +16,7 @@ class TabbedDeckViewContainer : public QTabWidget
public:
explicit TabbedDeckViewContainer(int _playerId, TabGame *parent);
TutorialSequence generateTutorialSequence();
void closeTab(int index);
void updateTabBarVisibility();
void addOpponentDeckView(const DeckList &opponentDeck, int opponentId, QString opponentName);