Mercurial > minori
comparison include/core/config.h @ 250:c130f47f6f48
*: many many changes
e.g. the search page is actually implemented now!
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Sun, 04 Feb 2024 21:17:17 -0500 |
parents | d030b30526d5 |
children | 862d0d8619f6 |
comparison
equal
deleted
inserted
replaced
249:6b2441c776dd | 250:c130f47f6f48 |
---|---|
18 }; | 18 }; |
19 | 19 |
20 class Config { | 20 class Config { |
21 public: | 21 public: |
22 int Load(); | 22 int Load(); |
23 int Save() const; | 23 int Save(); |
24 | 24 |
25 Anime::Services service; | 25 Anime::Services service; |
26 Theme::Theme theme; | 26 Theme::Theme theme; |
27 Locale::Locale locale; | 27 Locale::Locale locale; |
28 | 28 |