From e87217b602ae90e89594ef0f59b240740e528d05 Mon Sep 17 00:00:00 2001 From: Helloyunho Date: Sun, 6 Jul 2025 14:36:04 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20fix:=20use=20isle=20style=20incl?= =?UTF-8?q?ude=20guard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ISLE/xbox_one_series/config.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ISLE/xbox_one_series/config.h b/ISLE/xbox_one_series/config.h index f6565be2..bdfcb010 100644 --- a/ISLE/xbox_one_series/config.h +++ b/ISLE/xbox_one_series/config.h @@ -1,5 +1,8 @@ -#pragma once +#ifndef XBOX_ONE_SERIES_CONFIG_H +#define XBOX_ONE_SERIES_CONFIG_H #include "dictionary.h" void XBONE_SetupDefaultConfigOverrides(dictionary* p_dictionary); + +#endif // XBOX_ONE_SERIES_CONFIG_H