mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 14:44:19 +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
|