mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
9 lines
141 B
C++
9 lines
141 B
C++
![]() |
#ifndef __AUDIO_API__
|
||
|
#define __AUDIO_API__
|
||
|
|
||
|
#include "audio_membuffer.hpp"
|
||
|
#include "audio_wavein.hpp"
|
||
|
#include "audio_waveout.hpp"
|
||
|
|
||
|
#endif
|