diff options
Diffstat (limited to 'include/arg.h')
-rw-r--r-- | include/arg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/arg.h b/include/arg.h index be7ca0e..02ca360 100644 --- a/include/arg.h +++ b/include/arg.h @@ -2,6 +2,8 @@ #define ARG_H #include <stdbool.h> +#define LAT_VERSION "0.4.0" + struct config { bool color; bool lines; |