This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//pure d3d aim 1.0 | |
//simplified version | |
#include <Windows.h> | |
#include <d3d9.h> | |
#include <d3dx9.h> | |
#pragma comment(lib, "d3d9.lib") | |
#pragma comment(lib, "d3dx9.lib") | |
//#include "detours/detours.h" //detours 1.5 | |
#include "detours3/detours.h" //detours 3.0 (google microsoft detours) |