2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Move DumpToText from Telegram to lib_mtproto.

This commit is contained in:
John Preston
2019-11-14 18:29:45 +03:00
parent 7243fb52ad
commit 8b14249cd2
11 changed files with 262 additions and 228 deletions

View File

@@ -28,7 +28,6 @@ generate({
'buffer': 'mtpBuffer',
},
'sections': [
'serialization',
'read-write',
],
@@ -91,4 +90,8 @@ generate({
},
'builtinInclude': 'mtproto/core_types.h',
'dumpToText': {
'include': 'mtproto/details/mtproto_dump_to_text.h',
},
})