const.cpp 178 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 #include "const.hpp" extern const MorfeuszCharset DEFAULT_MORFEUSZ_CHARSET = UTF8; extern const unsigned char SHIFT_ORTH_NODE = 1; extern const char HOMONYM_SEPARATOR = ':';