Mercurial > minori
annotate include/services/services.h @ 45:4b05bc7668eb
filesystem: split config path into dotpath and config, add anime db path
EVENTUALLY I'll get around to saving the anime db and list...
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Fri, 22 Sep 2023 15:21:55 -0400 |
parents | 619cbd6e69f9 |
children | 0c4138de2ea7 |
rev | line source |
---|---|
10 | 1 #ifndef __services__services_h |
2 #define __services__services_h | |
3 | |
4 namespace Services { | |
5 | |
6 void Synchronize(); | |
44
619cbd6e69f9
filesystem: fix CreateDirectories function
Paper <mrpapersonic@gmail.com>
parents:
36
diff
changeset
|
7 bool Authorize(); |
10 | 8 |
36 | 9 }; // namespace Services |
10 | 10 |
44
619cbd6e69f9
filesystem: fix CreateDirectories function
Paper <mrpapersonic@gmail.com>
parents:
36
diff
changeset
|
11 #endif // __services__services_h |