mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 13:33:42 +00:00
8 lines
141 B
C++
8 lines
141 B
C++
#ifndef __AUDIO_API__
|
|
#define __AUDIO_API__
|
|
|
|
#include "audio_membuffer.hpp"
|
|
#include "audio_wavein.hpp"
|
|
#include "audio_waveout.hpp"
|
|
|
|
#endif
|