HCE project C++ developers source code library  1.1.1
HCE project developer library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
LGrammar.h
Go to the documentation of this file.
1 #ifndef LGRAMMAR_H
2 #define LGRAMMAR_H
3 
4 #define GRAMMAR_INDEX_BIT_COUNT 8
5 
6 typedef unsigned long long LGrammarMask;
7 
9 extern void globalInitLGrammarMaskArray();
10 #endif