add: directx11 hook (menu), imgui/minhook and the settings
This commit is contained in:
15
user/hooks/hooks.hpp
Normal file
15
user/hooks/hooks.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
#include <Windows.h>
|
||||
#include <MinHook.h>
|
||||
|
||||
#pragma warning(push, 0)
|
||||
#include "imgui/imgui.h"
|
||||
#include "imgui/imgui_impl_win32.h"
|
||||
#include "imgui/imgui_impl_dx11.h"
|
||||
#pragma warning(pop)
|
||||
|
||||
bool HookDX11();
|
||||
|
||||
void CreateHooks();
|
||||
bool InitializeHooks();
|
||||
void DisableHooks();
|
||||
Reference in New Issue
Block a user