reactos/base/applications/sndrec32/kkaudio.hpp
Amine Khaldi 527f2f9057 [SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
2014-02-02 19:37:27 +00:00

14 lines
300 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 /* _AUDIO__H_ */