9 lines
98 B
C
9 lines
98 B
C
|
#ifndef _HF_TEYAKU_
|
||
|
#define _HF_TEYAKU_
|
||
|
|
||
|
#include "card.h"
|
||
|
|
||
|
int calculate_teyaku(Hand h);
|
||
|
|
||
|
#endif
|