1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-03 14:56:46 +02:00

Now supporting device selection

This commit is contained in:
mannol
2014-03-08 01:12:51 +01:00
parent 63745afe09
commit c678d41709
11 changed files with 172 additions and 42 deletions

View File

@ -5,9 +5,6 @@
#ifndef _audio_h
#define _audio_h
#ifdef _SUPPORT_AUDIO
#include <tox/toxav.h>
typedef struct ToxWindow ToxWindow;
@ -30,5 +27,4 @@ int errors();
int start_transmission();
#endif /* _SUPPORT_AUDIO */
#endif /* _audio_h */