diff --git a/src/Features/OffsetNextFree/OffsetManager.hpp b/src/features/OffsetNextFree/OffsetManager.hpp similarity index 100% rename from src/Features/OffsetNextFree/OffsetManager.hpp rename to src/features/OffsetNextFree/OffsetManager.hpp diff --git a/src/Features/OffsetNextFree/OffsetNextFree.cpp b/src/features/OffsetNextFree/OffsetNextFree.cpp similarity index 100% rename from src/Features/OffsetNextFree/OffsetNextFree.cpp rename to src/features/OffsetNextFree/OffsetNextFree.cpp diff --git a/src/Features/OffsetNextFree/OffsetNextFreePopup.cpp b/src/features/OffsetNextFree/OffsetNextFreePopup.cpp similarity index 100% rename from src/Features/OffsetNextFree/OffsetNextFreePopup.cpp rename to src/features/OffsetNextFree/OffsetNextFreePopup.cpp diff --git a/src/Features/OffsetNextFree/OffsetNextFreePopup.hpp b/src/features/OffsetNextFree/OffsetNextFreePopup.hpp similarity index 100% rename from src/Features/OffsetNextFree/OffsetNextFreePopup.hpp rename to src/features/OffsetNextFree/OffsetNextFreePopup.hpp diff --git a/src/Features/OffsetNextFree/OffsetType.hpp b/src/features/OffsetNextFree/OffsetType.hpp similarity index 100% rename from src/Features/OffsetNextFree/OffsetType.hpp rename to src/features/OffsetNextFree/OffsetType.hpp diff --git a/src/features/PlaytestReplay.cpp b/src/features/PlaytestReplay.cpp index 2ce86167..a9860c3d 100644 --- a/src/features/PlaytestReplay.cpp +++ b/src/features/PlaytestReplay.cpp @@ -4,7 +4,7 @@ #include #include -#include +#include using namespace geode::prelude; diff --git a/src/Features/RGBColorInput/RGBColorInput.cpp b/src/features/RGBColorInput/RGBColorInput.cpp similarity index 100% rename from src/Features/RGBColorInput/RGBColorInput.cpp rename to src/features/RGBColorInput/RGBColorInput.cpp diff --git a/src/Features/RGBColorInput/RGBInputWidget.cpp b/src/features/RGBColorInput/RGBInputWidget.cpp similarity index 100% rename from src/Features/RGBColorInput/RGBInputWidget.cpp rename to src/features/RGBColorInput/RGBInputWidget.cpp diff --git a/src/Features/RGBColorInput/RGBInputWidget.hpp b/src/features/RGBColorInput/RGBInputWidget.hpp similarity index 100% rename from src/Features/RGBColorInput/RGBInputWidget.hpp rename to src/features/RGBColorInput/RGBInputWidget.hpp diff --git a/src/Features/StartPosSwitcher/StartPosManager.cpp b/src/features/StartPosSwitcher/StartPosManager.cpp similarity index 100% rename from src/Features/StartPosSwitcher/StartPosManager.cpp rename to src/features/StartPosSwitcher/StartPosManager.cpp diff --git a/src/Features/StartPosSwitcher/StartPosManager.hpp b/src/features/StartPosSwitcher/StartPosManager.hpp similarity index 100% rename from src/Features/StartPosSwitcher/StartPosManager.hpp rename to src/features/StartPosSwitcher/StartPosManager.hpp diff --git a/src/features/StartPosSwitcher/StartPosSwitcher.cpp b/src/features/StartPosSwitcher/StartPosSwitcher.cpp index 264c1e8a..8d47568f 100644 --- a/src/features/StartPosSwitcher/StartPosSwitcher.cpp +++ b/src/features/StartPosSwitcher/StartPosSwitcher.cpp @@ -8,7 +8,7 @@ #include #include #include -#include +#include #undef min #undef max diff --git a/src/features/ViewTab/DashOrbLine.cpp b/src/features/ViewTab/DashOrbLine.cpp index f90bd4aa..7aef3b56 100644 --- a/src/features/ViewTab/DashOrbLine.cpp +++ b/src/features/ViewTab/DashOrbLine.cpp @@ -1,5 +1,5 @@ #include -#include +#include #include #include #include diff --git a/src/features/ViewTab/EditorPulses.cpp b/src/features/ViewTab/EditorPulses.cpp index cf657a06..6bdd1a9f 100644 --- a/src/features/ViewTab/EditorPulses.cpp +++ b/src/features/ViewTab/EditorPulses.cpp @@ -1,5 +1,5 @@ #include -#include +#include #include #include #include diff --git a/src/features/ViewTab/PortalLineColors.cpp b/src/features/ViewTab/PortalLineColors.cpp index d0dba6a3..64fa5add 100644 --- a/src/features/ViewTab/PortalLineColors.cpp +++ b/src/features/ViewTab/PortalLineColors.cpp @@ -1,5 +1,5 @@ #include -#include +#include #include #include #include diff --git a/src/features/ZoomText/ZoomText.cpp b/src/features/ZoomText/ZoomText.cpp index e34c0c19..a0f804f2 100644 --- a/src/features/ZoomText/ZoomText.cpp +++ b/src/features/ZoomText/ZoomText.cpp @@ -1,4 +1,5 @@ #include "ZoomText.hpp" +#include void showZoomText(EditorUI* ui) { if (Mod::get()->template getSettingValue("show-zoom-text")) { diff --git a/src/features/ZoomText/ZoomText.hpp b/src/features/ZoomText/ZoomText.hpp index 66305368..c553d1d8 100644 --- a/src/features/ZoomText/ZoomText.hpp +++ b/src/features/ZoomText/ZoomText.hpp @@ -1,5 +1,5 @@ -#include -#include + +#include #include using namespace geode::prelude;