diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-03-09 18:47:56 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-03-09 18:47:56 -0500 |
| commit | 5131fdff6294b075cc760a8014ef8c9b6d1bf5d8 (patch) | |
| tree | 2215901e33e0384ee97f5777508a2d2b5baaa70e /types.h | |
| parent | 77c9669d41d24a89e9364e1a91d9a1343c75537f (diff) | |
Improve handling of secret text
Diffstat (limited to 'types.h')
| -rw-r--r-- | types.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -65,6 +65,7 @@ struct type_s { } NumType; struct { const char *lang; + bool secret; } TextType; struct { type_t *item_type; |
