view include/services/services.h @ 204:1e7a6231f12c

CI/windows: fix typos in path names
author Paper <paper@paper.us.eu.org>
date Tue, 02 Jan 2024 06:25:32 -0500
parents 0c4138de2ea7
children c130f47f6f48
line wrap: on
line source

#ifndef __services__services_h
#define __services__services_h

namespace Services {

void Synchronize();
void UpdateAnimeEntry(int id);
bool Authorize();

}; // namespace Services

#endif // __services__services_h