Fix build

This commit is contained in:
Nemirtingas 2019-09-01 20:53:16 +02:00
parent 1785ae6eaf
commit b9cd9ae6c2
26 changed files with 1544 additions and 109 deletions

View file

@ -1,7 +1,7 @@
#ifndef __INCLUDED_DX11_HOOK_H__
#define __INCLUDED_DX11_HOOK_H__
#include "Base_Hook.h"
#include "../Base_Hook.h"
#ifndef NO_OVERLAY
#include <d3d11.h>
@ -19,7 +19,7 @@ private:
bool hooked;
bool initialized;
ID3D11DeviceContext* pContext;
ID3D11RenderTargetView* mainRenderTargetView;
ID3D11RenderTargetView* mainRenderTargetView;
// Functions
DX11_Hook();
@ -42,10 +42,10 @@ public:
bool start_hook();
static DX11_Hook* Inst();
virtual const char* get_lib_name() const;
void loadFunctions(IDXGISwapChain *pSwapChain);
};
#endif//NO_OVERLAY
#endif//__INCLUDED_DX11_HOOK_H__
#endif//__INCLUDED_DX11_HOOK_H__