From e5711dbe6dc7f38314971e154b57f49450e68a7c Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Mon, 6 Jun 2022 12:36:14 +0800 Subject: Reencapsulate functions, print stats after game is over --- ui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui.h') diff --git a/ui.h b/ui.h index 0a4c2e1..04fc27b 100644 --- a/ui.h +++ b/ui.h @@ -4,6 +4,7 @@ void printrect(int y, int x, int h, int w); void printmap(char* map, int y, int x, int mapH, int mapW); void printpiece(struct piece* pc, int y, int x, int color_pair); void printpieces(struct piece** hand, int y, int x, int nhand, int highlight); +void printstats(int points, int combo, int y, int x); void printhelp(int y, int x); #endif -- cgit v1.2.3