blob: d924a4a137edd74f30ad5c9c79d3c6941e99ecc0 (
plain)
1
2
3
4
5
6
7
8
9
|
#pragma once
const char *getName(const TD::usernames *pName);
TD::object_ptr<TD::inputFileLocal> makeFile(const wchar_t *pwszFilename);
TD::object_ptr<TD::formattedText> formatBbcodes(const char *pszText);
TG_FILE_REQUEST::Type AutoDetectType(const wchar_t *pwszFilename);
|