Initial Upload

This commit is contained in:
iDunnoDev
2022-02-23 12:07:57 +00:00
committed by iDunnoDev
parent 1eddb9d36e
commit 6bdfe4569f
19 changed files with 1017 additions and 0 deletions

11
Graphics2/DirectXCore.h Normal file
View File

@ -0,0 +1,11 @@
#pragma once
#include <d3d11.h>
#include <d3dcompiler.h>
#include <DirectXMath.h>
#include <DirectXColors.h>
#include <wrl.h>
using namespace DirectX;
using Microsoft::WRL::ComPtr;