コード例 #1
0
ファイル: CDeck.cpp プロジェクト: cugone/Poker2015
Card RemoveCard(Deck& deck) {
    return deck.RemoveCard();
}