summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/novel_types.h3
1 files changed, 3 insertions, 0 deletions
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 */