diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2025-03-19 14:00:00 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-03-17 14:00:00 +0100 |
commit | 1e85da7c299e0ab8f8fe9d882bae4952049d46e6 (patch) | |
tree | 2d6e723095a39431f048dc17d048fb92b18ae19a /chatty.c | |
parent | 4d937c532b777d348b6bc758fea843d256e0b234 (diff) |
Added array library for ui implementation
Diffstat (limited to 'chatty.c')
-rw-r--r-- | chatty.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,7 +22,9 @@ // Number of spaces inserted when pressing Tab/Ctrl+I #define TAB_WIDTH 4 +#define CHATTY_IMPL #include "chatty.h" +#undef CHATTY_IMPL #include "protocol.h" #include "ui.h" |