diff options
Diffstat (limited to 'native/src/defines.h')
-rw-r--r-- | native/src/defines.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/native/src/defines.h b/native/src/defines.h index 0a3240507..2c0afbc51 100644 --- a/native/src/defines.h +++ b/native/src/defines.h @@ -126,8 +126,11 @@ static void prof_out(void) { #define FLAG_BIGRAM_FREQ 0x7F #define DICTIONARY_VERSION_MIN 200 +// TODO: remove this constant when the switch to the new dict format is over #define DICTIONARY_HEADER_SIZE 2 +#define NEW_DICTIONARY_HEADER_SIZE 5 #define NOT_VALID_WORD -99 +#define NOT_A_CHARACTER -1 #define KEYCODE_SPACE ' ' |