diff options
Diffstat (limited to 'decoder/wordid.h')
-rw-r--r-- | decoder/wordid.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/decoder/wordid.h b/decoder/wordid.h new file mode 100644 index 00000000..fb50bcc1 --- /dev/null +++ b/decoder/wordid.h @@ -0,0 +1,6 @@ +#ifndef _WORD_ID_H_ +#define _WORD_ID_H_ + +typedef int WordID; + +#endif |