New Scene class definition. Also fixed a compile error for some users involving the definition of IID_IXAudio2

This commit is contained in:
Fatbag 2012-03-21 20:00:22 -05:00
parent 8bb608d5ce
commit 2e7f3b24ca
9 changed files with 85 additions and 10 deletions

View file

@ -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);