From f773e4ca71adc8505e136a320cfe95f30bc90bff Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Mon, 23 Feb 2015 20:34:58 +0000 Subject: Tox: missed file git-svn-id: http://svn.miranda-ng.org/main/trunk@12254 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/tox_chatrooms.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 protocols/Tox/src/tox_chatrooms.h diff --git a/protocols/Tox/src/tox_chatrooms.h b/protocols/Tox/src/tox_chatrooms.h new file mode 100644 index 0000000000..0f51a7391e --- /dev/null +++ b/protocols/Tox/src/tox_chatrooms.h @@ -0,0 +1,10 @@ +#ifndef _TOX_CHATROOMS_H_ +#define _TOX_CHATROOMS_H_ + +struct ChatRoomInviteParam +{ + CToxProto *proto; + std::vector invitedContacts; +}; + +#endif //_TOX_CHATROOMS_H_ \ No newline at end of file -- cgit v1.2.3