comparison include/core/config.h @ 85:c69230dc2b5d

*: cleanup includes
author Paper <mrpapersonic@gmail.com>
date Sun, 29 Oct 2023 00:57:03 -0400
parents 3d2decf093bb
children c537996cf67b
comparison
equal deleted inserted replaced
84:eab9e623eb84 85:c69230dc2b5d
1 #ifndef __core__config_h 1 #ifndef __core__config_h
2 #define __core__config_h 2 #define __core__config_h
3
3 #include "core/anime.h" 4 #include "core/anime.h"
4 5
5 enum class Themes { 6 enum class Themes {
6 LIGHT, 7 LIGHT,
7 DARK, 8 DARK,
39 #define CONFIG_WDIR WIDEIFY(CONFIG_DIR) 40 #define CONFIG_WDIR WIDEIFY(CONFIG_DIR)
40 #define CONFIG_NAME "config.json" 41 #define CONFIG_NAME "config.json"
41 #define CONFIG_WNAME WIDEIFY(CONFIG_NAME) 42 #define CONFIG_WNAME WIDEIFY(CONFIG_NAME)
42 43
43 #define MAX_LINE_LENGTH 256 44 #define MAX_LINE_LENGTH 256
45
44 #endif // __core__config_h 46 #endif // __core__config_h