2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-07 10:05:13 +00:00
Files
kotatogram-desktop/Telegram/SourceFiles/core/kotato_settings.h

18 lines
353 B
C
Raw Normal View History

2019-10-04 03:58:02 +03:00
/*
This file is part of Kotatogram Desktop,
the unofficial app based on Telegram Desktop.
For license and copyright information please follow this link:
https://github.com/kotatogram/kotatogram-desktop/blob/dev/LEGAL
*/
#pragma once
namespace KotatoSettings {
void Start();
void Finish();
const QStringList &Errors();
} // namespace KotatoSettings