summaryrefslogtreecommitdiff
path: root/src/ui/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/text.h')
-rw-r--r--src/ui/text.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/text.h b/src/ui/text.h
index 25a13dec..85ab44e2 100644
--- a/src/ui/text.h
+++ b/src/ui/text.h
@@ -55,6 +55,8 @@ enum iFontId {
55 banner_FontId = largeLight_FontId, 55 banner_FontId = largeLight_FontId,
56}; 56};
57 57
58#define variationSelectorEmoji_Char ((iChar) 0xfe0f)
59
58extern int gap_Text; /* affected by content font size */ 60extern int gap_Text; /* affected by content font size */
59 61
60void init_Text (SDL_Renderer *); 62void init_Text (SDL_Renderer *);