summaryrefslogtreecommitdiffstats
path: root/user.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'user.cpp')
-rw-r--r--user.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/user.cpp b/user.cpp
index 6a773ff..9903412 100644
--- a/user.cpp
+++ b/user.cpp
@@ -43,3 +43,13 @@ Card **User::getUserCards(void)
return userCards;
}
+void User::setUserHand(int hand)
+{
+ whatHand = hand;
+}
+
+int User::getUserHand(void)
+{
+ return whatHand;
+}
+