From e9b39c45e18e73f4da577fe6441077e7bcf1ed8c Mon Sep 17 00:00:00 2001 From: vosrhd9 Date: Sat, 1 Apr 2023 23:48:51 +0300 Subject: [PATCH] rework rework --- Overlay/Include/Include.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Overlay/Include/Include.h b/Overlay/Include/Include.h index cb5859b..eb2e4d3 100644 --- a/Overlay/Include/Include.h +++ b/Overlay/Include/Include.h @@ -1,3 +1,4 @@ +#pragma once #include #include #include @@ -5,5 +6,4 @@ #include #include #pragma comment(lib, "dwmapi.lib") -#pragma warning(disable : 4996) -#pragma once \ No newline at end of file +#pragma warning(disable : 4996) \ No newline at end of file