Skip to content

Commit

Permalink
fix folder names being capitalized
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod committed Oct 16, 2023
1 parent 1d6f523 commit 3f06d30
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 5 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/features/PlaytestReplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <Geode/binding/PlayerObject.hpp>
#include <Geode/binding/CCMenuItemSpriteExtra.hpp>

#include <Other/BEShared.hpp>
#include <other/BEShared.hpp>

using namespace geode::prelude;

Expand Down
2 changes: 1 addition & 1 deletion src/features/StartPosSwitcher/StartPosSwitcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <Geode/modify/GameManager.hpp>
#include <MoreTabs.hpp>
#include <Utils.hpp>
#include <Other/BEShared.hpp>
#include <other/BEShared.hpp>
#undef min
#undef max

Expand Down
2 changes: 1 addition & 1 deletion src/features/ViewTab/DashOrbLine.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <Geode/utils/cocos.hpp>
#include <Other/BEShared.hpp>
#include <other/BEShared.hpp>
#include <Geode/modify/DrawGridLayer.hpp>
#include <Geode/modify/LevelEditorLayer.hpp>
#include <Geode/binding/GameObject.hpp>
Expand Down
2 changes: 1 addition & 1 deletion src/features/ViewTab/EditorPulses.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <Geode/utils/cocos.hpp>
#include <Other/BEShared.hpp>
#include <other/BEShared.hpp>
#include <Geode/modify/EditorUI.hpp>
#include <Geode/modify/FMODAudioEngine.hpp>
#include <Geode/binding/GameObject.hpp>
Expand Down
2 changes: 1 addition & 1 deletion src/features/ViewTab/PortalLineColors.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <Geode/utils/cocos.hpp>
#include <Other/BEShared.hpp>
#include <other/BEShared.hpp>
#include <Geode/binding/GameObject.hpp>
#include <Geode/modify/DrawGridLayer.hpp>
#include <Geode/modify/EditorUI.hpp>
Expand Down

0 comments on commit 3f06d30

Please sign in to comment.