From a7526ca001e88457c290547bd42315bd4bb876be Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 21 Jan 2016 13:29:19 +0800 Subject: declare class PhraseTableEntry --- src/include/novel_types.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include') diff --git a/src/include/novel_types.h b/src/include/novel_types.h index fcb801e..2d309a1 100644 --- a/src/include/novel_types.h +++ b/src/include/novel_types.h @@ -125,8 +125,11 @@ const phrase_token_t token_min = 0; const phrase_token_t token_max = UINT_MAX; const char c_separate = '#'; + typedef guint32 table_offset_t; +typedef guint32 table_entry_header_t; + typedef double parameter_t; /* Array of ChewingKey/ChewingKeyRest */ -- cgit