From 956a401f9c955f26b7e661dc80f76bfc43fc4124 Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 1 Sep 2018 23:28:28 +0800 Subject: Initial commit --- CruUI/system_headers.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CruUI/system_headers.h (limited to 'CruUI/system_headers.h') diff --git a/CruUI/system_headers.h b/CruUI/system_headers.h new file mode 100644 index 00000000..bd33b5f6 --- /dev/null +++ b/CruUI/system_headers.h @@ -0,0 +1,20 @@ +#pragma once + + +//include system headers + +#define NOMINMAX +#include +#include + +#pragma comment(lib, "D3D11.lib") +#include + +#pragma comment(lib, "D2d1.lib") +#include + +#pragma comment(lib, "DWrite.lib") +#include + +#include +#include -- cgit v1.2.3