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:
Zach H 2017-03-12 06:51:59 -04:00 committed by ctrlaltca
parent b2f2e9db8a
commit bd850fa3ff
2 changed files with 31 additions and 7 deletions

View file

@ -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