mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 11:01:17 +00:00
13 lines
313 B
C++
13 lines
313 B
C++
|
|
//*********************************************************
|
||
|
|
//
|
||
|
|
// Copyright (c) Microsoft Corporation.
|
||
|
|
// Licensed under the MIT License (MIT).
|
||
|
|
//
|
||
|
|
//*********************************************************
|
||
|
|
|
||
|
|
#pragma once
|
||
|
|
|
||
|
|
struct CD3DX12_DEFAULT {};
|
||
|
|
extern const DECLSPEC_SELECTANY CD3DX12_DEFAULT D3D12_DEFAULT;
|
||
|
|
|