1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-07-04 10:21:21 +00:00
reactos/base/applications/sndrec32/audio_api.hpp

9 lines
141 B
C++
Raw Normal View History

#ifndef __AUDIO_API__
#define __AUDIO_API__
#include "audio_membuffer.hpp"
#include "audio_wavein.hpp"
#include "audio_waveout.hpp"
#endif