mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:07:45 +00:00
LibCards: Use AK::shuffle() for shuffling new decks
This commit is contained in:
parent
c7a66882f4
commit
926e61dec6
2 changed files with 1 additions and 9 deletions
|
@ -133,7 +133,6 @@ enum class Shuffle {
|
|||
};
|
||||
ErrorOr<NonnullRefPtrVector<Card>> create_standard_deck(Shuffle);
|
||||
ErrorOr<NonnullRefPtrVector<Card>> create_deck(unsigned full_club_suit_count, unsigned full_diamond_suit_count, unsigned full_heart_suit_count, unsigned full_spade_suit_count, Shuffle);
|
||||
void shuffle_deck(NonnullRefPtrVector<Card>&);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue