EHS/include/ehs/io/audio/AudioDevice.h

9 lines
157 B
C
Raw Normal View History

2024-01-31 22:28:19 -08:00
#pragma once
#include "ehs/EHS.h"
#if defined(EHS_OS_WINDOWS)
#include "AudioDevice_W32.h"
#elif defined(EHS_OS_LINUX)
#include "AudioDevice_ALSA.h"
#endif