mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 00:54:53 -07:00
improved cipt handling, initial p/t for cards
This commit is contained in:
parent
d05603f83b
commit
ce80d29f50
24 changed files with 226 additions and 118 deletions
|
|
@ -634,6 +634,13 @@ public:
|
|||
static SerializableItem *newItem() { return new Context_UndoDraw; }
|
||||
int getItemId() const { return ItemId_Context_UndoDraw; }
|
||||
};
|
||||
class Context_MoveCard : public GameEventContext {
|
||||
Q_OBJECT
|
||||
public:
|
||||
Context_MoveCard();
|
||||
static SerializableItem *newItem() { return new Context_MoveCard; }
|
||||
int getItemId() const { return ItemId_Context_MoveCard; }
|
||||
};
|
||||
class Command_UpdateServerMessage : public AdminCommand {
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue