mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
More work. Audio driver works enough to play music now.
This commit is contained in:
10
GpAudioDriver_XAudio2/GpAudioDriverFactoryXAudio2.h
Normal file
10
GpAudioDriver_XAudio2/GpAudioDriverFactoryXAudio2.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
class IGpAudioDriver;
|
||||
struct GpAudioDriverProperties;
|
||||
|
||||
class GpAudioDriverFactoryXAudio2
|
||||
{
|
||||
public:
|
||||
static IGpAudioDriver *Create(const GpAudioDriverProperties &properties);
|
||||
};
|
Reference in New Issue
Block a user