#ifndef BLACKJACK_H #define BLACKJACK_H /* the max number of cards that can be in a blackjack hand without going over 21 */ #define NUM_CARDS_IN_HAND 11 #endif