aboutsummaryrefslogtreecommitdiff
path: root/CruUI/system_headers.h
diff options
context:
space:
mode:
Diffstat (limited to 'CruUI/system_headers.h')
-rw-r--r--CruUI/system_headers.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/CruUI/system_headers.h b/CruUI/system_headers.h
deleted file mode 100644
index 99c091e1..00000000
--- a/CruUI/system_headers.h
+++ /dev/null
@@ -1,21 +0,0 @@
-#pragma once
-
-
-//include system headers
-
-#define NOMINMAX
-#define WIN32_LEAN_AND_MEAN
-#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>