cppjieba/globals.h
2013-07-06 14:41:08 +08:00

14 lines
162 B
C++

#ifndef GLOBALS_H
#define GLOBALS_H
#include <map>
//file path
const char * const DICT_FILE_PATH = "dict.txt";
//typedefs
typedef uint16_t ChUnicode;
#endif