mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
Resolve merge conflicts.
Took 10 minutes Took 50 seconds Took 51 seconds Took 2 minutes Took 1 minute
This commit is contained in:
commit
c5072a013b
30 changed files with 3862 additions and 3148 deletions
|
|
@ -19,15 +19,15 @@
|
|||
***************************************************************************/
|
||||
#include "server_cardzone.h"
|
||||
|
||||
#include "server_abstract_player.h"
|
||||
#include "server_card.h"
|
||||
#include "server_player.h"
|
||||
|
||||
#include <QDebug>
|
||||
#include <QSet>
|
||||
#include <libcockatrice/protocol/pb/command_move_card.pb.h>
|
||||
#include <libcockatrice/rng/rng_abstract.h>
|
||||
|
||||
Server_CardZone::Server_CardZone(Server_Player *_player,
|
||||
Server_CardZone::Server_CardZone(Server_AbstractPlayer *_player,
|
||||
const QString &_name,
|
||||
bool _has_coords,
|
||||
ServerInfo_Zone::ZoneType _type)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue