summaryrefslogtreecommitdiffstats
path: root/src/lookup/phrase_lookup.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2010-10-18 16:46:38 +0800
committerPeng Wu <alexepico@gmail.com>2010-10-18 16:46:38 +0800
commit56c5c4a737c56de8e8e4ac0a09f8c2af4f6d0a39 (patch)
tree266296ecc45c871498f1fa8f9a04c99152cfca8e /src/lookup/phrase_lookup.h
parentb3d27cd916a3c7591eb02e4417410f76649ade4f (diff)
downloadlibpinyin-56c5c4a737c56de8e8e4ac0a09f8c2af4f6d0a39.tar.gz
libpinyin-56c5c4a737c56de8e8e4ac0a09f8c2af4f6d0a39.tar.xz
libpinyin-56c5c4a737c56de8e8e4ac0a09f8c2af4f6d0a39.zip
re-factor lookup sub-directory
Diffstat (limited to 'src/lookup/phrase_lookup.h')
-rw-r--r--src/lookup/phrase_lookup.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/lookup/phrase_lookup.h b/src/lookup/phrase_lookup.h
index e559772..3565031 100644
--- a/src/lookup/phrase_lookup.h
+++ b/src/lookup/phrase_lookup.h
@@ -19,3 +19,15 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#ifndef PHRASE_LOOKUP_H
+#define PHRASE_LOOKUP_H
+
+#include "novel_types.h"
+#include "lookup.h"
+
+/** @file phrase_lookup.h
+ * @brief the definitions of phrase lookup related classes and structs.
+ */
+
+
+#endif