hanafuda/points.h

9 lines
97 B
C

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