mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 08:43:28 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
18 lines
309 B
C++
18 lines
309 B
C++
#ifndef _AUDIO__H_
|
|
#define _AUDIO__H_
|
|
|
|
|
|
#include "audio_def.hpp"
|
|
#include "audio_wavein.hpp"
|
|
#include "audio_waveout.hpp"
|
|
#include "audio_resampler_acm.hpp"
|
|
#include "audio_format.hpp"
|
|
#include "audio_membuffer.hpp"
|
|
#include "audio_producer.hpp"
|
|
#include "audio_receiver.hpp"
|
|
|
|
|
|
|
|
|
|
#endif //ifdef _KKAUDIO__H_
|
|
|