AyuGramDesktop/Telegram/SourceFiles/platform/platform_current_geo_location.h
2024-07-19 11:20:53 +02:00

18 lines
431 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
namespace Core {
struct GeoLocation;
} // namespace Core
namespace Platform {
void ResolveCurrentExactLocation(Fn<void(Core::GeoLocation)> callback);
} // namespace Platform