aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-09-08 14:42:22 +0200
committerFederico Angelilli <code@fedang.net>2024-09-08 14:42:22 +0200
commitfeae7fb2bed5357a5e685063e3f6ff005bfc0bd5 (patch)
treee45b8568ed14bc2cc50d6697439adf25752326df /src/config.h
parent43238419974e599a84f17b5faa8fb52401bdfe90 (diff)
Add blocks schemes and time config
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h1
1 files changed, 1 insertions, 0 deletions
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 {