mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-04-29 19:44:52 +02:00
relocate overlay .h files
This commit is contained in:
parent
62f96d1816
commit
541d809364
7 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "../dll/base.h"
|
||||
#include "dll/base.h"
|
||||
|
||||
#include <future>
|
||||
#include <chrono>
|
|
@ -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>
|
||||
|
Loading…
Add table
Reference in a new issue