blob: 2b74d70f77e4f52f111dea6821c42f68eabc7f66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
//*********************************************************
//
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License (MIT).
//
//*********************************************************
#pragma once
struct CD3DX12_DEFAULT {};
extern const DECLSPEC_SELECTANY CD3DX12_DEFAULT D3D12_DEFAULT;
|