aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/types.h b/types.h
index 50e69778..75dff3bc 100644
--- a/types.h
+++ b/types.h
@@ -65,6 +65,7 @@ struct type_s {
} NumType;
struct {
const char *lang;
+ bool secret;
} TextType;
struct {
type_t *item_type;