diff options
author | crupest <crupest@outlook.com> | 2019-03-23 23:52:07 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-03-23 23:52:07 +0800 |
commit | e8be3841457853daefc26d0ca00256ad8c44f593 (patch) | |
tree | 66d9204423c3887ebc7d781d13d815ae0443d620 /src/system_headers.hpp | |
parent | 2ecfdaa20d8436948e4a73da73d6a11b78e88371 (diff) | |
download | cru-e8be3841457853daefc26d0ca00256ad8c44f593.tar.gz cru-e8be3841457853daefc26d0ca00256ad8c44f593.tar.bz2 cru-e8be3841457853daefc26d0ca00256ad8c44f593.zip |
...
Diffstat (limited to 'src/system_headers.hpp')
-rw-r--r-- | src/system_headers.hpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/system_headers.hpp b/src/system_headers.hpp deleted file mode 100644 index 5517d71a..00000000 --- a/src/system_headers.hpp +++ /dev/null @@ -1,20 +0,0 @@ -#pragma once -#include "pre.hpp" - -//include system headers -#include <Windows.h> -#include <windowsx.h> - -#pragma comment(lib, "D3D11.lib") -#include <d3d11.h> - -#pragma comment(lib, "D2d1.lib") -#include <d2d1_1.h> - -#pragma comment(lib, "DWrite.lib") -#include <dwrite.h> - -#include <dxgi1_2.h> -#include <wrl/client.h> - -#include <VersionHelpers.h> |