aboutsummaryrefslogtreecommitdiff
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 @@
31 31
32#define UNUSED __attribute__((unused)) 32#define UNUSED __attribute__((unused))
33 33
34#define UTIL_LOGO_ROWS 10
35#define UTIL_LOGO_COLS 28
36
34void 37void
35util_print_logo(WINDOW *window); 38util_print_logo(WINDOW *window);
36 39