relocate overlay .h files

This commit is contained in:
otavepto 2023-12-27 09:15:10 +02:00
parent 62f96d1816
commit 541d809364
7 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#ifndef __INCLUDED_BASE_HOOK_H__
#define __INCLUDED_BASE_HOOK_H__
#include "../dll/base.h"
#include "dll/base.h"
#ifdef EMU_OVERLAY

View File

@ -19,7 +19,7 @@
#pragma once
#include "../dll/base.h"
#include "dll/base.h"
#include <future>
#include <chrono>

View File

@ -1,7 +1,7 @@
#ifndef __INCLUDED_STEAM_OVERLAY_H__
#define __INCLUDED_STEAM_OVERLAY_H__
#include "../dll/base.h"
#include "dll/base.h"
#include <map>
#include <queue>