Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Latest commit

 

History

History
7 lines (6 loc) · 126 Bytes

SDLmain_WinRT_common.h

File metadata and controls

7 lines (6 loc) · 126 Bytes
 
1
2
3
4
5
6
7
#pragma once
#include <wrl/client.h>
#include <d3d11_1.h>
#include <DirectXMath.h>
#include <memory>
#include <agile.h>