1 2 3 4 5 6 7 8 9 10 11 12 13 14
#include "cru/common/pre_config.hpp" #define NOMINMAX #define WIN32_LEAN_AND_MEAN #include <Windows.h> #undef CreateWindow #undef DrawText #undef CreateFont #include <d2d1_2.h> #include <d3d11.h> #include <dwrite.h> #include <dxgi1_2.h> #include <wrl/client.h>