XAudio2 APU stub.

This commit is contained in:
gibbed
2014-01-12 23:23:55 -08:00
parent 4e9d3a00e4
commit edb1633fc9
12 changed files with 373 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
# Copyright 2013 Ben Vanik. All Rights Reserved.
{
'sources': [
'xaudio2_apu-private.h',
'xaudio2_apu.cc',
'xaudio2_apu.h',
'xaudio2_audio_driver.cc',
'xaudio2_audio_driver.h',
'xaudio2_audio_system.cc',
'xaudio2_audio_system.h',
],
}