mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-03 20:13:56 -07:00
create related token if you press the 'Token:' button (#2455)
* create related token if you press the 'Token:' button * function set
This commit is contained in:
parent
b2f2e9db8a
commit
bd850fa3ff
2 changed files with 31 additions and 7 deletions
|
|
@ -5,6 +5,7 @@
|
|||
#include <QPoint>
|
||||
#include <QMap>
|
||||
#include "abstractgraphicsitem.h"
|
||||
#include "carddatabase.h"
|
||||
#include "pb/game_event.pb.h"
|
||||
#include "pb/card_attributes.pb.h"
|
||||
|
||||
|
|
@ -311,6 +312,7 @@ public:
|
|||
void sendGameCommand(PendingCommand *pend);
|
||||
void sendGameCommand(const google::protobuf::Message &command);
|
||||
|
||||
void setLastToken(CardInfo *cardInfo);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue