mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 14:32:15 -07:00
Comment spacing.
Took 43 seconds
This commit is contained in:
parent
1c3021028b
commit
5f1f2d292a
1 changed files with 8 additions and 7 deletions
|
|
@ -19,14 +19,15 @@ public:
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void addCardImpl(CardItem *card, int x, int y) override;
|
void addCardImpl(CardItem *card, int x, int y) override;
|
||||||
/**
|
|
||||||
Removes a card from view.
|
|
||||||
|
|
||||||
@param position card position
|
/**
|
||||||
@param cardId id of card to take
|
* @brief Removes a card from view.
|
||||||
@param toNewZone Whether the destination of the card is not the same as the starting zone. Defaults to true
|
*
|
||||||
@return CardItem that has been removed
|
* @param position card position
|
||||||
*/
|
* @param cardId id of card to take
|
||||||
|
* @param toNewZone Whether the destination of the card is not the same as the starting zone. Defaults to true
|
||||||
|
* @return CardItem that has been removed
|
||||||
|
*/
|
||||||
CardItem *takeCard(int position, int cardId, bool toNewZone = true) override;
|
CardItem *takeCard(int position, int cardId, bool toNewZone = true) override;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue