From 5fa844da30cffd747e5897dc59a76a8169b46408 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Wed, 28 Feb 2024 12:24:12 +0100 Subject: [PATCH] feat(cpp): wrap includes in region Signed-off-by: Matej Focko --- .common/cpp/skeleton.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.common/cpp/skeleton.cpp b/.common/cpp/skeleton.cpp index ec251ce..e8c0d51 100644 --- a/.common/cpp/skeleton.cpp +++ b/.common/cpp/skeleton.cpp @@ -1,3 +1,4 @@ +#pragma region includes #include #include #include @@ -19,6 +20,7 @@ #include #include #include +#pragma endregion includes #pragma region helpers