Mercurial > minori
view include/services/services.h @ 51:75c804f713b2
window: add about window,
*: use tr() when applicable (useful for i18n)
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Mon, 25 Sep 2023 20:29:26 -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