From 5131fdff6294b075cc760a8014ef8c9b6d1bf5d8 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 9 Mar 2024 18:47:56 -0500 Subject: Improve handling of secret text --- types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'types.h') 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; -- cgit v1.2.3