view include/services/services.h @ 77:6f7385bd334c

*: update formatted all source files, no more subclassing QThread... many other changes :)
author Paper <mrpapersonic@gmail.com>
date Fri, 06 Oct 2023 06:18:53 -0400
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