diff options
Diffstat (limited to 'kpoker/poker.h')
-rw-r--r-- | kpoker/poker.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpoker/poker.h b/kpoker/poker.h index ff388950..d139ea2b 100644 --- a/kpoker/poker.h +++ b/kpoker/poker.h @@ -43,7 +43,7 @@ typedef enum { C_NINE, D_NINE, S_NINE, H_NINE, C_TEN, D_TEN, S_TEN, H_TEN, C_JACK, D_JACK, S_JACK, H_JACK, - C_QUEEN, D_QUEEN, S_QUEEN, H_QUEEN, + C_TQUEEN, D_TQUEEN, S_TQUEEN, H_TQUEEN, C_KING, D_KING, S_KING, H_KING, C_ACE, D_ACE, S_ACE, H_ACE, ROOF // to get a roof on the value. @@ -73,7 +73,7 @@ typedef enum { NINE, TEN, JACK, - QUEEN, + TQUEEN, KING, ACE // The most valuable rank } CardRank; |