mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 09:04:53 -07:00
filter running games; minor server code cleanup
This commit is contained in:
parent
9727a38956
commit
898623f1ba
24 changed files with 369 additions and 289 deletions
|
|
@ -46,7 +46,7 @@ private:
|
|||
Server_Card *parentCard;
|
||||
QList<Server_Card *> attachedCards;
|
||||
public:
|
||||
Server_Card(QString _name, int _id, int _coord_x, int _coord_y);
|
||||
Server_Card(QString _name, int _id, int _coord_x, int _coord_y, Server_CardZone *_zone = 0);
|
||||
~Server_Card();
|
||||
|
||||
Server_CardZone *getZone() const { return zone; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue