From 5e8a0f92eec7bffff49bccad7fa99278a881801e Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Fri, 18 Jun 2021 18:55:47 +0200 Subject: [PATCH] Add note regarding planned removal of tabs --- src/headers/scene-trigger.hpp | 7 +++++++ src/headers/switch-audio.hpp | 7 +++++++ src/headers/switch-executable.hpp | 7 +++++++ src/headers/switch-file.hpp | 7 +++++++ src/headers/switch-idle.hpp | 7 +++++++ src/headers/switch-media.hpp | 7 +++++++ src/headers/switch-pause.hpp | 7 +++++++ src/headers/switch-random.hpp | 7 +++++++ src/headers/switch-screen-region.hpp | 7 +++++++ src/headers/switch-sequence.hpp | 7 +++++++ src/headers/switch-time.hpp | 7 +++++++ src/headers/switch-video.hpp | 7 +++++++ src/headers/switch-window.hpp | 7 +++++++ 13 files changed, 91 insertions(+) diff --git a/src/headers/scene-trigger.hpp b/src/headers/scene-trigger.hpp index 9aafca8b..be50231a 100644 --- a/src/headers/scene-trigger.hpp +++ b/src/headers/scene-trigger.hpp @@ -1,3 +1,10 @@ +/****************************************************************************** + Note: Long-term goal is to remove this tab / file. + Most functionality shall be moved to the Macro tab instead. + + So if you plan to make changes here, please consider applying them to the + corresponding macro tab functionality instead. +******************************************************************************/ #pragma once #include "switch-generic.hpp" diff --git a/src/headers/switch-audio.hpp b/src/headers/switch-audio.hpp index e393d520..681de806 100644 --- a/src/headers/switch-audio.hpp +++ b/src/headers/switch-audio.hpp @@ -1,3 +1,10 @@ +/****************************************************************************** + Note: Long-term goal is to remove this tab / file. + Most functionality shall be moved to the Macro tab instead. + + So if you plan to make changes here, please consider applying them to the + corresponding macro tab functionality instead. +******************************************************************************/ #pragma once #include #include diff --git a/src/headers/switch-executable.hpp b/src/headers/switch-executable.hpp index 63bc9c50..d3f2bd72 100644 --- a/src/headers/switch-executable.hpp +++ b/src/headers/switch-executable.hpp @@ -1,3 +1,10 @@ +/****************************************************************************** + Note: Long-term goal is to remove this tab / file. + Most functionality shall be moved to the Macro tab instead. + + So if you plan to make changes here, please consider applying them to the + corresponding macro tab functionality instead. +******************************************************************************/ #pragma once #include #include "switch-generic.hpp" diff --git a/src/headers/switch-file.hpp b/src/headers/switch-file.hpp index d5a8350c..19ff02cc 100644 --- a/src/headers/switch-file.hpp +++ b/src/headers/switch-file.hpp @@ -1,3 +1,10 @@ +/****************************************************************************** + Note: Long-term goal is to remove this tab / file. + Most functionality shall be moved to the Macro tab instead. + + So if you plan to make changes here, please consider applying them to the + corresponding macro tab functionality instead. +******************************************************************************/ #pragma once #include "switch-generic.hpp" #include diff --git a/src/headers/switch-idle.hpp b/src/headers/switch-idle.hpp index 84a5a512..205d4d80 100644 --- a/src/headers/switch-idle.hpp +++ b/src/headers/switch-idle.hpp @@ -1,3 +1,10 @@ +/****************************************************************************** + Note: Long-term goal is to remove this tab / file. + Most functionality shall be moved to the Macro tab instead. + + So if you plan to make changes here, please consider applying them to the + corresponding macro tab functionality instead. +******************************************************************************/ #pragma once #include "switch-generic.hpp" diff --git a/src/headers/switch-media.hpp b/src/headers/switch-media.hpp index e5049461..9b4608fa 100644 --- a/src/headers/switch-media.hpp +++ b/src/headers/switch-media.hpp @@ -1,3 +1,10 @@ +/****************************************************************************** + Note: Long-term goal is to remove this tab / file. + Most functionality shall be moved to the Macro tab instead. + + So if you plan to make changes here, please consider applying them to the + corresponding macro tab functionality instead. +******************************************************************************/ #pragma once #include "switch-generic.hpp" diff --git a/src/headers/switch-pause.hpp b/src/headers/switch-pause.hpp index eeb15a40..0a7be8ef 100644 --- a/src/headers/switch-pause.hpp +++ b/src/headers/switch-pause.hpp @@ -1,3 +1,10 @@ +/****************************************************************************** + Note: Long-term goal is to remove this tab / file. + Most functionality shall be moved to the Macro tab instead. + + So if you plan to make changes here, please consider applying them to the + corresponding macro tab functionality instead. +******************************************************************************/ #pragma once #include "switch-generic.hpp" diff --git a/src/headers/switch-random.hpp b/src/headers/switch-random.hpp index 4c62c951..16e66fd1 100644 --- a/src/headers/switch-random.hpp +++ b/src/headers/switch-random.hpp @@ -1,3 +1,10 @@ +/****************************************************************************** + Note: Long-term goal is to remove this tab / file. + Most functionality shall be moved to the Macro tab instead. + + So if you plan to make changes here, please consider applying them to the + corresponding macro tab functionality instead. +******************************************************************************/ #pragma once #include "switch-generic.hpp" diff --git a/src/headers/switch-screen-region.hpp b/src/headers/switch-screen-region.hpp index 09dfd417..1c921cbb 100644 --- a/src/headers/switch-screen-region.hpp +++ b/src/headers/switch-screen-region.hpp @@ -1,3 +1,10 @@ +/****************************************************************************** + Note: Long-term goal is to remove this tab / file. + Most functionality shall be moved to the Macro tab instead. + + So if you plan to make changes here, please consider applying them to the + corresponding macro tab functionality instead. +******************************************************************************/ #pragma once #include #include "switch-generic.hpp" diff --git a/src/headers/switch-sequence.hpp b/src/headers/switch-sequence.hpp index 846402e4..4933def0 100644 --- a/src/headers/switch-sequence.hpp +++ b/src/headers/switch-sequence.hpp @@ -1,3 +1,10 @@ +/****************************************************************************** + Note: Long-term goal is to remove this tab / file. + Most functionality shall be moved to the Macro tab instead. + + So if you plan to make changes here, please consider applying them to the + corresponding macro tab functionality instead. +******************************************************************************/ #pragma once #include diff --git a/src/headers/switch-time.hpp b/src/headers/switch-time.hpp index 2859453c..0e5e885c 100644 --- a/src/headers/switch-time.hpp +++ b/src/headers/switch-time.hpp @@ -1,3 +1,10 @@ +/****************************************************************************** + Note: Long-term goal is to remove this tab / file. + Most functionality shall be moved to the Macro tab instead. + + So if you plan to make changes here, please consider applying them to the + corresponding macro tab functionality instead. +******************************************************************************/ #pragma once #include diff --git a/src/headers/switch-video.hpp b/src/headers/switch-video.hpp index aca632f2..69d87e41 100644 --- a/src/headers/switch-video.hpp +++ b/src/headers/switch-video.hpp @@ -1,3 +1,10 @@ +/****************************************************************************** + Note: Long-term goal is to remove this tab / file. + Most functionality shall be moved to the Macro tab instead. + + So if you plan to make changes here, please consider applying them to the + corresponding macro tab functionality instead. +******************************************************************************/ #pragma once #include diff --git a/src/headers/switch-window.hpp b/src/headers/switch-window.hpp index c2c3fe01..0cfc5a1d 100644 --- a/src/headers/switch-window.hpp +++ b/src/headers/switch-window.hpp @@ -1,3 +1,10 @@ +/****************************************************************************** + Note: Long-term goal is to remove this tab / file. + Most functionality shall be moved to the Macro tab instead. + + So if you plan to make changes here, please consider applying them to the + corresponding macro tab functionality instead. +******************************************************************************/ #pragma once #include "switch-generic.hpp"