aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-03-09 18:47:56 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-03-09 18:47:56 -0500
commit5131fdff6294b075cc760a8014ef8c9b6d1bf5d8 (patch)
tree2215901e33e0384ee97f5777508a2d2b5baaa70e /types.h
parent77c9669d41d24a89e9364e1a91d9a1343c75537f (diff)
Improve handling of secret text
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;