1 /* 2 This file is part of Telegram Desktop, 3 the official desktop application for the Telegram messaging service. 4 5 For license and copyright information please follow this link: 6 https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL 7 */ 8 #pragma once 9 10 namespace Platform { 11 namespace Audio { 12 13 void Init(); 14 void DeInit(); 15 16 } // namespace Audio 17 } // namespace Platform 18