From 70f0717b5944f23107a1a24d169800a46fd71bd3 Mon Sep 17 00:00:00 2001 From: Qiuzhizhe <42761326+quizhizhe@users.noreply.github.com> Date: Mon, 6 Mar 2023 07:19:50 -0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E6=84=8F=E4=BA=86=EF=BC=8C=E6=B2=A1?= =?UTF-8?q?=E7=95=99=E6=84=8F=E5=88=B0SDK=E6=98=AF=E6=B2=A1=E6=9C=89ll?= =?UTF-8?q?=E5=A4=B4=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LiteLoader/include/llapi/HookAPI.h | 2 +- LiteLoader/include/{liteloader => llapi}/Offset.h | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename LiteLoader/include/{liteloader => llapi}/Offset.h (100%) diff --git a/LiteLoader/include/llapi/HookAPI.h b/LiteLoader/include/llapi/HookAPI.h index dbdd12b..5eb381a 100644 --- a/LiteLoader/include/llapi/HookAPI.h +++ b/LiteLoader/include/llapi/HookAPI.h @@ -5,7 +5,7 @@ #include #include -#include +#include "Offset.h" #include "Global.h" #include "utils/Hash.h" diff --git a/LiteLoader/include/liteloader/Offset.h b/LiteLoader/include/llapi/Offset.h similarity index 100% rename from LiteLoader/include/liteloader/Offset.h rename to LiteLoader/include/llapi/Offset.h