#ifndef GLOBALS_H #define GLOBALS_H const char * const DICT_FILE_PATH = "dict.txt"; #endif