1
0
mirror of https://github.com/danog/libtgvoip.git synced 2025-01-22 13:01:21 +01:00

I hate C headers

This commit is contained in:
Grishka 2017-05-17 16:52:42 +03:00
parent 937a857886
commit 2ed5a50271
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
//
#include "AudioInput.h"
#include "../logging.h"
#if defined(__ANDROID__)
#include "../os/android/AudioInputAndroid.h"
#elif defined(__APPLE__)

View File

@ -5,6 +5,7 @@
//
#include "AudioOutput.h"
#include "../logging.h"
#if defined(__ANDROID__)
#include "../os/android/AudioOutputOpenSLES.h"
#include "../os/android/AudioOutputAndroid.h"