#ifndef EBOOK_READER_CONFIG_H
#define EBOOK_READER_CONFIG_H
extern bool configDarkMode;
extern char* configFile;
#endif