From f2dcf0c403d9083ec794376ba690d79727a6d318 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Wed, 15 Apr 2015 21:29:20 +0000 Subject: Tox: audio support pt.3 git-svn-id: http://svn.miranda-ng.org/main/trunk@12850 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/common.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'protocols/Tox/src/common.h') diff --git a/protocols/Tox/src/common.h b/protocols/Tox/src/common.h index 0c5fa59879..75c1e48f58 100644 --- a/protocols/Tox/src/common.h +++ b/protocols/Tox/src/common.h @@ -52,6 +52,7 @@ struct CToxProto; #include "tox_dialogs.h" #include "tox_options.h" #include "tox_transfer.h" +#include "tox_multimedia.h" #include "tox_chatrooms.h" #include "tox_proto.h" @@ -84,7 +85,10 @@ extern HINSTANCE g_hInstance; enum TOX_DB_EVENT { DB_EVENT_ACTION = 10001, - DB_EVENT_AUDIO_CALL = 20001 + DB_EVENT_AUDIO_CALL = 20001, + DB_EVENT_AUDIO_RING = 20002, + DB_EVENT_AUDIO_START = 20003, + DB_EVENT_AUDIO_END = 20004 }; #define PSR_AUDIO "/RecvAudio" -- cgit v1.2.3