#ifndef GLOBALS_H #define GLOBALS_H #include //file path const char * const DICT_FILE_PATH = "dict.txt"; //typedefs typedef uint16_t ChUnicode; typedef unsigned int uint; #endif