Skip to content

Commit

Permalink
Merge pull request #67 from HJfod/fix-folder-names
Browse files Browse the repository at this point in the history
fix folder names being capitalized
  • Loading branch information
HJfod authored Oct 16, 2023
2 parents 1d6f523 + 0bfd3f1 commit 4bccd51
Show file tree
Hide file tree
Showing 17 changed files with 8 additions and 7 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
1 change: 1 addition & 0 deletions src/features/ZoomText/ZoomText.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "ZoomText.hpp"
#include <Geode/modify/EditorUI.hpp>

void showZoomText(EditorUI* ui) {
if (Mod::get()->template getSettingValue<bool>("show-zoom-text")) {
Expand Down
4 changes: 2 additions & 2 deletions src/features/ZoomText/ZoomText.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <Geode/Bindings.hpp>
#include <Geode/Modify.hpp>

#include <Geode/binding/EditorUI.hpp>
#include <Geode/Loader.hpp>

using namespace geode::prelude;
Expand Down

0 comments on commit 4bccd51

Please sign in to comment.