From 676df22572651dd7c01bdf4be1f540e79b080d4c Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 18 Apr 2020 23:01:25 -0700 Subject: [PATCH] Added version --- btui.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/btui.h b/btui.h index 226e8be..edf1db0 100644 --- a/btui.h +++ b/btui.h @@ -18,6 +18,8 @@ #include #include +#define BTUI_VERSION 1 + typedef struct { FILE *in, *out; int width, height;