diff options
Diffstat (limited to 'contrib/DirectX-Headers-1.618.2/src/dxguids.cpp')
| -rw-r--r-- | contrib/DirectX-Headers-1.618.2/src/dxguids.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/DirectX-Headers-1.618.2/src/dxguids.cpp b/contrib/DirectX-Headers-1.618.2/src/dxguids.cpp new file mode 100644 index 0000000..cff98f4 --- /dev/null +++ b/contrib/DirectX-Headers-1.618.2/src/dxguids.cpp | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | // Copyright (c) Microsoft Corporation. | ||
| 2 | // Licensed under the MIT License. | ||
| 3 | |||
| 4 | // This file's sole purpose is to initialize the GUIDs declared using the DEFINE_GUID macro. | ||
| 5 | #define INITGUID | ||
| 6 | |||
| 7 | #include <wsl/winadapter.h> | ||
| 8 | |||
| 9 | #include <directx/dxcore.h> | ||
| 10 | #include <directx/d3d12.h> | ||
| 11 | #include <directx/d3d12video.h> | ||
