mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-04 13:47:04 -04:00
New Scene class definition. Also fixed a compile error for some users involving the definition of IID_IXAudio2
This commit is contained in:
parent
8bb608d5ce
commit
2e7f3b24ca
9 changed files with 85 additions and 10 deletions
5
Client/Audio/windows/xaudio2.cpp
Normal file
5
Client/Audio/windows/xaudio2.cpp
Normal file
|
@ -0,0 +1,5 @@
|
|||
#include <initguid.h>
|
||||
|
||||
DEFINE_GUID(CLSID_XAudio2, 0xe21a7345, 0xeb21, 0x468e, 0xbe, 0x50, 0x80, 0x4d, 0xb9, 0x7c, 0xf7, 0x08);
|
||||
DEFINE_GUID(CLSID_XAudio2_Debug, 0xf7a76c21, 0x53d4, 0x46bb, 0xac, 0x53, 0x8b, 0x45, 0x9c, 0xae, 0x46, 0xbd);
|
||||
DEFINE_GUID(IID_IXAudio2, 0x8bcf1f58, 0x9fe7, 0x4583, 0x8a, 0xc6, 0xe2, 0xad, 0xc4, 0x65, 0xc8, 0xbb);
|
|
@ -9,7 +9,7 @@
|
|||
#undef NULL
|
||||
#define NULL 0
|
||||
|
||||
#include <initguid.h>
|
||||
#include <guiddef.h>
|
||||
#include <mmreg.h>
|
||||
|
||||
DEFINE_GUID(CLSID_XAudio2, 0xe21a7345, 0xeb21, 0x468e, 0xbe, 0x50, 0x80, 0x4d, 0xb9, 0x7c, 0xf7, 0x08);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue