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

Latest commit

 

History

History
15 lines (11 loc) · 229 Bytes

SDLmain_WinRT_common.h

File metadata and controls

15 lines (11 loc) · 229 Bytes
 
1
2
3
4
5
6
#pragma once
#include <wrl/client.h>
#include <d3d11_1.h>
#include <DirectXMath.h>
#include <memory>
Oct 28, 2012
Oct 28, 2012
7
8
9
10
11
12
#include <agile.h>
#include <vector>
extern "C" {
#include "../SDL_sysvideo.h"
}
Oct 29, 2012
Oct 29, 2012
13
14
15
#include "SDL_winrtvideo.h"