SDL audio driver

This commit is contained in:
elasota
2020-09-28 09:58:19 -04:00
parent 2400d68aeb
commit 9cb60af2b3
15 changed files with 667 additions and 8 deletions

View File

@@ -2,6 +2,11 @@
#include "EGpAudioDriverType.h"
namespace PortabilityLayer
{
class HostSystemServices;
}
struct IGpAudioDriver;
struct IGpLogDriver;
@@ -13,4 +18,5 @@ struct GpAudioDriverProperties
bool m_debug;
IGpLogDriver *m_logger;
PortabilityLayer::HostSystemServices *m_systemServices;
};