aboutsummaryrefslogtreecommitdiff
path: root/users/spidey3/unicode.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/spidey3/unicode.h')
-rw-r--r--users/spidey3/unicode.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/users/spidey3/unicode.h b/users/spidey3/unicode.h
index 72a91e8a8..db7824983 100644
--- a/users/spidey3/unicode.h
+++ b/users/spidey3/unicode.h
@@ -11,9 +11,18 @@ enum unicode_names {
11 RARR, 11 RARR,
12 ENDASH, 12 ENDASH,
13 EMDASH, 13 EMDASH,
14 SPIDER,
15 SAD,
16 MEH,
17 HAPPY,
18 ANGRY,
19 THUMBUP,
20 THUMBDN,
21 LOL,
22 SURPRISE,
14}; 23};
15 24
16#define X_BUL (XP(BUL1, BUL2)) 25# define X_BUL (XP(BUL1, BUL2))
17#define X_DASH (XP(ENDASH, EMDASH)) 26# define X_DASH (XP(ENDASH, EMDASH))
18 27
19#endif 28#endif