mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-25 16:13:54 -07:00
more code for local playing
This commit is contained in:
parent
f6a340ddf3
commit
5ff099f4bc
15 changed files with 267 additions and 137 deletions
|
|
@ -6,7 +6,6 @@
|
|||
#include <QMap>
|
||||
#include "carditem.h"
|
||||
|
||||
class AbstractClient;
|
||||
class CardDatabase;
|
||||
class QMenu;
|
||||
class QAction;
|
||||
|
|
@ -171,8 +170,7 @@ public:
|
|||
void clearArrows();
|
||||
PlayerTarget *getPlayerTarget() const { return playerTarget; }
|
||||
|
||||
AbstractClient *client;
|
||||
Player(const QString &_name, int _id, bool _local, AbstractClient *_client, TabGame *_parent);
|
||||
Player(const QString &_name, int _id, bool _local, TabGame *_parent);
|
||||
~Player();
|
||||
void retranslateUi();
|
||||
QMenu *getPlayerMenu() const { return playerMenu; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue