1
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-04-17 20:58:06 +00:00
tdesktop/Telegram/SourceFiles/base/base_integration.h
2019-10-01 23:59:46 +03:00

19 lines
423 B
C++

/*
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
#include "base/basic_types.h"
// Methods that must be implemented outside lib_base.
namespace base {
void EnterFromEventLoop(FnMut<void()> &&method);
} // namespace