summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h1
1 files changed, 1 insertions, 0 deletions
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();