comparison src/include/config.h @ 6:1d82f6e04d7d

Update: add first parts to the settings dialog
author Paper <mrpapersonic@gmail.com>
date Wed, 16 Aug 2023 00:49:17 -0400
parents 23d0d9319a00
children 07a9095eaeed
comparison
equal deleted inserted replaced
5:51ae25154b70 6:1d82f6e04d7d
3 /* This should be moved to anime_list.h, but unfortunately 3 /* This should be moved to anime_list.h, but unfortunately
4 #include-ing anime_list.h in this file causes a shitstorm for 4 #include-ing anime_list.h in this file causes a shitstorm for
5 whatever reason, so I'll just leave it here */ 5 whatever reason, so I'll just leave it here */
6 enum AnimeListServices { 6 enum AnimeListServices {
7 NONE, 7 NONE,
8 ANILIST 8 ANILIST,
9 NB_SERVICES
9 }; 10 };
10 11
11 /* todo: make this a class enum */ 12 /* todo: make this a class enum */
12 enum Themes { 13 enum Themes {
13 LIGHT, 14 LIGHT,