6 lines
96 B
C
6 lines
96 B
C
|
#ifndef EBOOK_READER_CONFIG_H
|
||
|
#define EBOOK_READER_CONFIG_H
|
||
|
|
||
|
extern bool configDarkMode;
|
||
|
|
||
|
#endif
|