From feae7fb2bed5357a5e685063e3f6ff005bfc0bd5 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Sun, 8 Sep 2024 14:42:22 +0200 Subject: Add blocks schemes and time config --- src/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index 024b6f6..1e674d9 100644 --- a/src/config.h +++ b/src/config.h @@ -16,6 +16,7 @@ typedef enum { CONFIG_BOOL, CONFIG_COLOR, CONFIG_ENUM, + CONFIG_TIME, } config_type_t; typedef struct { -- cgit v1.2.3