From fc42a1e4407745a15b7715afae82f4cb83e4aa7d Mon Sep 17 00:00:00 2001 From: innerviewer Date: Fri, 6 Sep 2024 23:25:46 +0200 Subject: [PATCH] (Guards) Renamed the most of old include guards. --- Core/inc/EvoVulkan/Complexes/FrameBufferLayer.h | 6 +++--- Core/inc/EvoVulkan/Tools/SubmitInfo.h | 6 +++--- Core/inc/EvoVulkan/Types/DescriptorPool.h | 2 +- Core/inc/EvoVulkan/Types/MultisampleTarget.h | 6 +++--- Core/inc/EvoVulkan/VmaUsage.h | 6 +++--- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Core/inc/EvoVulkan/Complexes/FrameBufferLayer.h b/Core/inc/EvoVulkan/Complexes/FrameBufferLayer.h index 5b3ccbd..e457561 100644 --- a/Core/inc/EvoVulkan/Complexes/FrameBufferLayer.h +++ b/Core/inc/EvoVulkan/Complexes/FrameBufferLayer.h @@ -2,8 +2,8 @@ // Created by Monika on 18.06.2023. // -#ifndef SRENGINE_FRAMEBUFFERLAYER_H -#define SRENGINE_FRAMEBUFFERLAYER_H +#ifndef SR_ENGINE_FRAMEBUFFERLAYER_H +#define SR_ENGINE_FRAMEBUFFERLAYER_H #include #include @@ -41,4 +41,4 @@ namespace EvoVulkan::Complexes { }; } -#endif //SRENGINE_FRAMEBUFFERLAYER_H +#endif //SR_ENGINE_FRAMEBUFFERLAYER_H diff --git a/Core/inc/EvoVulkan/Tools/SubmitInfo.h b/Core/inc/EvoVulkan/Tools/SubmitInfo.h index 9963e30..d6002ec 100644 --- a/Core/inc/EvoVulkan/Tools/SubmitInfo.h +++ b/Core/inc/EvoVulkan/Tools/SubmitInfo.h @@ -2,8 +2,8 @@ // Created by Monika on 19.07.2023. // -#ifndef SRENGINE_SUBMITINFO_H -#define SRENGINE_SUBMITINFO_H +#ifndef SR_ENGINE_SUBMITINFO_H +#define SR_ENGINE_SUBMITINFO_H #include #include @@ -66,4 +66,4 @@ namespace EvoVulkan { }; } -#endif //SRENGINE_SUBMITINFO_H +#endif //SR_ENGINE_SUBMITINFO_H diff --git a/Core/inc/EvoVulkan/Types/DescriptorPool.h b/Core/inc/EvoVulkan/Types/DescriptorPool.h index 5170b65..15268ec 100644 --- a/Core/inc/EvoVulkan/Types/DescriptorPool.h +++ b/Core/inc/EvoVulkan/Types/DescriptorPool.h @@ -75,4 +75,4 @@ namespace EvoVulkan::Types { }; } -#endif //SRENGINE_DESCRIPTORPOOL_H +#endif //SR_ENGINE_DESCRIPTORPOOL_H diff --git a/Core/inc/EvoVulkan/Types/MultisampleTarget.h b/Core/inc/EvoVulkan/Types/MultisampleTarget.h index a9d1b60..5901ac3 100644 --- a/Core/inc/EvoVulkan/Types/MultisampleTarget.h +++ b/Core/inc/EvoVulkan/Types/MultisampleTarget.h @@ -2,8 +2,8 @@ // Created by Nikita on 11.06.2021. // -#ifndef GAMEENGINE_MULTISAMPLETARGET_H -#define GAMEENGINE_MULTISAMPLETARGET_H +#ifndef SR_ENGINE_MULTISAMPLETARGET_H +#define SR_ENGINE_MULTISAMPLETARGET_H #include #include @@ -72,4 +72,4 @@ namespace EvoVulkan::Types { }; } -#endif //GAMEENGINE_MULTISAMPLETARGET_H +#endif //SR_ENGINE_MULTISAMPLETARGET_H diff --git a/Core/inc/EvoVulkan/VmaUsage.h b/Core/inc/EvoVulkan/VmaUsage.h index df4269a..3ab50e5 100644 --- a/Core/inc/EvoVulkan/VmaUsage.h +++ b/Core/inc/EvoVulkan/VmaUsage.h @@ -2,8 +2,8 @@ // Created by Monika on 15.11.2022. // -#ifndef SRENGINE_VMAUSAGE_H -#define SRENGINE_VMAUSAGE_H +#ifndef SR_ENGINE_VMAUSAGE_H +#define SR_ENGINE_VMAUSAGE_H #include @@ -83,4 +83,4 @@ include all public interface declarations. Example: #pragma warning(pop) #endif -#endif //SRENGINE_VMAUSAGE_H +#endif //SR_ENGINE_VMAUSAGE_H