From 21cfa1fc0fdc08bb88abba9b3b4c614503f4b6e2 Mon Sep 17 00:00:00 2001 From: Mario Kilies Date: Thu, 13 Jan 2011 04:33:37 +0100 Subject: Introduced ncurses windows and started implementation of user interface. --- src/hand.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/hand.h') diff --git a/src/hand.h b/src/hand.h index 9268fd8..f9feb6e 100644 --- a/src/hand.h +++ b/src/hand.h @@ -3,8 +3,8 @@ #include "card.h" -#define MAX_HAND_SIZE 10 +#define MAX_HAND_CARDS 10 -typedef card hand[MAX_HAND_SIZE]; +typedef card hand[MAX_HAND_CARDS]; #endif // OXEN_HAND_H -- cgit v1.2.3