hanafuda/teyaku.h

9 lines
98 B
C
Raw Normal View History

2025-02-01 06:40:33 -05:00
#ifndef _HF_TEYAKU_
#define _HF_TEYAKU_
#include "card.h"
int calculate_teyaku(Hand h);
#endif