#ifndef _HF_PLAY_ #define _HF_PLAY_ #include #include "card.h" bool valid_play(Hand *field, Card *played, Card *target); #endif