#ifndef _HF_POINTS_ #define _HF_POINTS_ #include "card.h" int hand_points(Hand *hand); #endif