From a91c8129a58419a2c8d6d80682566059f58fe5d7 Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 13 Mar 2023 14:01:40 +0000 Subject: Small tweak to WinSceen --- util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'util.h') diff --git a/util.h b/util.h index cc00b85..44fe10e 100644 --- a/util.h +++ b/util.h @@ -31,6 +31,7 @@ void Fatal(const char *p); void Centre(int y, const char *p); +void CentreSkipSpaces(int y, const char *p); const char *CardName(Card c); void DrawCard(int y, int x, int face_down, Card c); double DRand(); -- cgit v1.2.3