summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 561f3ac..367eec9 100644
--- a/src/util.h
+++ b/src/util.h
@@ -31,6 +31,9 @@
#define UNUSED __attribute__((unused))
+#define UTIL_LOGO_ROWS 10
+#define UTIL_LOGO_COLS 28
+
void
util_print_logo(WINDOW *window);