1
0
mirror of https://github.com/borgesdan/xn65 synced 2024-12-29 21:54:47 +01:00
xn65/framework/platform/dxheaders.hpp
2024-04-21 19:55:50 -03:00

8 lines
166 B
C++

#include "dxgi.h"
#include "d3d11.h"
#include <d3d11_1.h>
#include <d3d11_2.h>
#include <d3dcompiler.h>
#include <DirectXMath.h>
#define NOMINMAX
#include <Windows.h>