From 5f068ebcc05703ac7e4f1051fbe5eaf21f0d7f75 Mon Sep 17 00:00:00 2001 From: Anser Date: Sun, 16 Aug 2026 23:18:06 +0200 Subject: added new ascii art. added a simple helper menu with flags -v -h --- src/ascii.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/ascii.c') diff --git a/src/ascii.c b/src/ascii.c index f1365db..328ec7f 100644 --- a/src/ascii.c +++ b/src/ascii.c @@ -19,13 +19,16 @@ #include #include -#define MAX_LOGOS 2 +#define MAX_LOGOS 5 static const struct ascii_mapping_t ascii_mappings[] = { {"cccp", "cccp.ascii"}, {"cccp_shield", "cccp_shield.ascii"}, + {"ascii_hammer", "ascii_hammer.ascii"}, + {"east_germany", "east_germany.ascii"}, + {"soviet_star", "soviet_star.ascii"}, {NULL, NULL} }; -- cgit v1.2.3