You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
409 B
C++

#pragma once
#pragma warning (disable : 4005)
#pragma warning (disable : 4244)
#pragma warning (disable : 4305)
#include <windows.h>
#include <time.h>
#include <conio.h>
#include <fstream>
#include <iostream>
#include <locale>
//#include <d3d10_1.h>
//#include "D3DX10Math.h"
#include <cmath>
#include "overlay.h"
#include <d3d11.h>
#include <thread>
#include <future>
//#include <DirectXMath.h>