hanafuda/points.h

9 lines
97 B
C
Raw Normal View History

2025-02-16 09:11:50 -05:00
#ifndef _HF_POINTS_
#define _HF_POINTS_
#include "card.h"
int hand_points(Hand *hand);
#endif