diff options
| author | Anser <rostgans@tutamail.com> | 2026-08-16 23:18:06 +0200 |
|---|---|---|
| committer | Anser <rostgans@tutamail.com> | 2026-08-16 23:28:44 +0200 |
| commit | 5f068ebcc05703ac7e4f1051fbe5eaf21f0d7f75 (patch) | |
| tree | f2ca68a9d78ba693e2ac931659835dd83bbf605e /src/ascii.c | |
| parent | 06c44609bccebbeb3fa48050cbe2d91b0754b8a8 (diff) | |
added new ascii art. added a simple helper menu with flags -v -h
Diffstat (limited to 'src/ascii.c')
| -rw-r--r-- | src/ascii.c | 5 |
1 files changed, 4 insertions, 1 deletions
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 <stddef.h> #include <stdio.h> -#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} }; |
