2025-02-16 09:11:50 -05:00
|
|
|
#ifndef _HF_POINTS_
|
|
|
|
#define _HF_POINTS_
|
|
|
|
|
|
|
|
#include "card.h"
|
2025-02-16 20:50:13 -05:00
|
|
|
#include "game.h"
|
2025-02-16 09:11:50 -05:00
|
|
|
|
|
|
|
int hand_points(Hand *hand);
|
2025-02-16 20:50:13 -05:00
|
|
|
void kan_points_string(Game *g, int points, char *string);
|
2025-02-16 09:11:50 -05:00
|
|
|
|
|
|
|
#endif
|