diff options
Diffstat (limited to 'protocols/VKontakte/src/vk_struct.h')
-rw-r--r-- | protocols/VKontakte/src/vk_struct.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/protocols/VKontakte/src/vk_struct.h b/protocols/VKontakte/src/vk_struct.h index d90d2c452d..c2fe4e50be 100644 --- a/protocols/VKontakte/src/vk_struct.h +++ b/protocols/VKontakte/src/vk_struct.h @@ -242,4 +242,9 @@ struct CVKChatContactTypingParam { struct CVKInteres {
const char *szField;
TCHAR *ptszTranslate;
-};
\ No newline at end of file +};
+
+struct CVKLang {
+ TCHAR *szCode;
+ TCHAR *szDescription;
+};
\ No newline at end of file |