mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-15 11:43:02 +01:00
14 lines
184 B
C
14 lines
184 B
C
/*
|
|
* Toxic -- Tox Curses Client
|
|
*/
|
|
|
|
#ifdef HAVE_CONFIG_H
|
|
#include "config.h"
|
|
#endif
|
|
|
|
#ifdef _SUPPORT_AUDIO
|
|
#include <tox/toxav.h>
|
|
|
|
#error "Get me a kill"
|
|
|
|
#endif /* _SUPPORT_AUDIO */ |