diff options
author | Kyle K <kylek389@gmail.com> | 2011-01-30 17:36:02 -0600 |
---|---|---|
committer | Kamil Kaminski <kamilkss@gmail.com> | 2011-01-30 17:36:02 -0600 |
commit | 16e2253bd1d1b77c45c3213b0cc60aeb3ac0f13d (patch) | |
tree | 3da2b6197f7b98b44370397d3d12a7f8681cbb1b /main.cpp | |
parent | 384323bec5260d56c711cbb919377aae1b016b0e (diff) | |
download | poker-16e2253bd1d1b77c45c3213b0cc60aeb3ac0f13d.tar.gz poker-16e2253bd1d1b77c45c3213b0cc60aeb3ac0f13d.tar.bz2 poker-16e2253bd1d1b77c45c3213b0cc60aeb3ac0f13d.zip |
implement countAndType function
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -68,8 +68,6 @@ int main(int argc, char *argv[]) pokerGame->printOpponentCards(); #ifdef DEBUG - PRINT_COLOR(ANSI_COLOR_CYAN, "\ndebug: resorted opponents' cards:\n"); - pokerGame->printOpponentCards(); PRINT_COLOR(ANSI_COLOR_CYAN, "\ndebug: deck after being delt to opponents and user\n"); pokerGame->printPile(); #endif |