mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 11:15:34 +08:00
relocate overlay .h files
This commit is contained in:
parent
62f96d1816
commit
541d809364
@ -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…
Reference in New Issue
Block a user