mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2024-11-09 22:28:38 +01:00
Remove some other headers that are in common_includes.h
This commit is contained in:
parent
fe9bbd1104
commit
e100c89160
4 changed files with 3 additions and 8 deletions
|
@ -1,10 +1,10 @@
|
||||||
#ifndef __INCLUDED_BASE_HOOK_H__
|
#ifndef __INCLUDED_BASE_HOOK_H__
|
||||||
#define __INCLUDED_BASE_HOOK_H__
|
#define __INCLUDED_BASE_HOOK_H__
|
||||||
|
|
||||||
#ifdef EMU_OVERLAY
|
|
||||||
|
|
||||||
#include "../dll/base.h"
|
#include "../dll/base.h"
|
||||||
|
|
||||||
|
#ifdef EMU_OVERLAY
|
||||||
|
|
||||||
class Base_Hook
|
class Base_Hook
|
||||||
{
|
{
|
||||||
protected:
|
protected:
|
||||||
|
|
|
@ -5,8 +5,6 @@
|
||||||
|
|
||||||
#ifdef EMU_OVERLAY
|
#ifdef EMU_OVERLAY
|
||||||
|
|
||||||
#include <set>
|
|
||||||
|
|
||||||
class Hook_Manager
|
class Hook_Manager
|
||||||
{
|
{
|
||||||
friend class Base_Hook;
|
friend class Base_Hook;
|
||||||
|
|
|
@ -1,11 +1,9 @@
|
||||||
#include "Renderer_Detector.h"
|
#include "Renderer_Detector.h"
|
||||||
#include "Hook_Manager.h"
|
#include "Hook_Manager.h"
|
||||||
|
|
||||||
#include <algorithm>
|
|
||||||
|
|
||||||
constexpr int max_hook_retries = 500;
|
constexpr int max_hook_retries = 500;
|
||||||
|
|
||||||
#ifdef STEAM_WIN32
|
#ifdef __WINDOWS__
|
||||||
#include "windows/DX12_Hook.h"
|
#include "windows/DX12_Hook.h"
|
||||||
#include "windows/DX11_Hook.h"
|
#include "windows/DX11_Hook.h"
|
||||||
#include "windows/DX10_Hook.h"
|
#include "windows/DX10_Hook.h"
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
#define __INCLUDED_RENDERER_DETECTOR_H__
|
#define __INCLUDED_RENDERER_DETECTOR_H__
|
||||||
|
|
||||||
#include "Base_Hook.h"
|
#include "Base_Hook.h"
|
||||||
#include <thread>
|
|
||||||
|
|
||||||
#ifdef EMU_OVERLAY
|
#ifdef EMU_OVERLAY
|
||||||
#ifdef __WINDOWS__
|
#ifdef __WINDOWS__
|
||||||
|
|
Loading…
Reference in a new issue