Mercurial > minori
view 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 |
line wrap: on
line source
#ifndef __services__services_h #define __services__services_h namespace Services { void Synchronize(); bool Authorize(); }; // namespace Services #endif // __services__services_h