This commit is contained in:
ZeldaZach 2025-01-02 23:34:13 -05:00
parent 7c5a13c0b2
commit f3349cd1cc
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@ public:
return cards;
}
int removeCard(Server_Card *card);
int removeCard(Server_Card *card, bool &wasLookedAt, bool isRevealed = false);
int removeCard(Server_Card *card, bool &wasLookedAt);
Server_Card *getCard(int id, int *position = nullptr, bool remove = false);
int getCardsBeingLookedAt() const