diff options
| author | tslil clingman <tslil@posteo.de> | 2021-01-18 23:14:12 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 82d679ab5fa43c33ae52fe7b66d7c358f6046a45 (patch) | |
| tree | fdb42bd3647c7c2934ec29d32aedbdf8b16d28fe /src/ctaklm.c | |
| parent | 10dcfac23be0a8cab39efaaf63abecf098c993db (diff) | |
First steps towards character LCD
Diffstat (limited to 'src/ctaklm.c')
| -rw-r--r-- | src/ctaklm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ctaklm.c b/src/ctaklm.c index 5ae0a3b..2696231 100644 --- a/src/ctaklm.c +++ b/src/ctaklm.c @@ -3,7 +3,7 @@ #include <string.h> #include <tak.h> -#include <ct1986.h> +#include <minimax_cnn1986.h> static const char *blk = "\033[41m", *wht = "\033[44m"; static const char *und = "\033[4m", *rst = "\033[0m"; |
