/
diev
/
stelegramdesktop-tdesktop
Обзор
Документация
Войти
/
diev
/
stelegramdesktop-tdesktop
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
dev
Telegram/SourceFiles/platform/linux/integration_linux.h
16 строк
385 B
John Preston
Add dummy Platform::Integration on Linux.
06 янв 2022, 15:44
06 янв 2022, 15:44
ba6c3ea
Код
Авторство
О чём код?
/* This file is part of Telegram Desktop, the official desktop application for the Telegram messaging service. For license and copyright information please follow this link: https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL */ #pragma once namespace Platform { class Integration; [[nodiscard]] std::unique_ptr<Integration> CreateIntegration(); } // namespace Platform