diff options
author | camthesaxman <cameronghall@cox.net> | 2017-08-24 19:13:29 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-08-24 19:13:29 -0500 |
commit | ded9b4a8d0a59dab3882ab3fe43817bc38bca834 (patch) | |
tree | 6d1cad7ac8b3b9917f875d9b05f3192a3c571a8b /include/text.h | |
parent | 1b715eb7ba38ff408acf5e5e0a9ea88642f912bb (diff) |
more labeling
Diffstat (limited to 'include/text.h')
-rw-r--r-- | include/text.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/text.h b/include/text.h index 99987d2c3..022c65fb9 100644 --- a/include/text.h +++ b/include/text.h @@ -2,6 +2,7 @@ #define GUARD_TEXT_H #define CHAR_SPACE 0x00 +#define CHAR_SONG_WORD_SEPARATOR 0x37 // separates words in the bard song. Not sure if it's used for anything else #define CHAR_0 0xA1 #define CHAR_QUESTION_MARK 0xAC #define CHAR_PERIOD 0xAD |