Skip to content

Commit 7ccf251

Browse files
committed
if this doenst work im going full nuclear
1 parent d0701f7 commit 7ccf251

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Utils.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,28 @@ class Utils {
1818
static void newCardAndDisplayNameFromCurrentSong();
1919
static std::string getFormattedNGMLSongName(SongInfoObject*);
2020
static void copyCurrentSongName();
21-
static void loadFromPlaylistFile(const std::filesystem::path&);
21+
static void loadFromPlaylistFile(const std::filesystem::path& playlistFile);
2222
static void populateVector(const bool customSongs, const std::filesystem::path& path = "", std::vector<std::string> textFileBlacklist = {}, std::vector<std::string> textFileFavorites = {});
2323
static void popualteSongToSongDataMap();
2424
static std::vector<std::string> parseBlacklistFile(const std::filesystem::path& blacklistFile);
2525
static std::vector<std::string> parseFavoritesFile(const std::filesystem::path& favoritesFile);
2626
static void refreshTheVector();
2727
static void resetSongManagerRefreshVectorSetNewSongBecause(const std::string_view IFUCKINGHATEHEADERFILES);
28-
static bool isFromConfigOrAlternateDir(const std::filesystem::path&);
28+
static bool isFromConfigOrAlternateDir(const std::filesystem::path& parentPath);
2929
static SongInfoObject* getSongInfoObject();
3030
static std::string getSongName();
3131
static std::string getSongArtist();
3232
static int getSongID();
3333
static std::string currentCustomSong();
34-
static std::string toNormalizedString(const std::filesystem::path&);
34+
static std::string toNormalizedString(const std::filesystem::path& path);
3535
static std::filesystem::path toProblematicString(const std::string_view);
3636
static void fadeOutCardRemotely(cocos2d::CCNode* card = Utils::findCardRemotely());
3737
static void removeCardRemotely(cocos2d::CCNode* card = Utils::findCardRemotely());
3838
static void queueUpdateFrontfacingLabelsInSCMAndSLL();
3939
static void addButton(const std::string& name, const cocos2d::SEL_MenuHandler function, cocos2d::CCMenu* menu, cocos2d::CCNode* target, const bool dontAddBG = false);
4040
static void addViewModeToggle(const bool relevantBoolean, const std::string& toggleIcon, const std::string_view nodeID, cocos2d::SEL_MenuHandler function, cocos2d::CCMenu* menu, cocos2d::CCNode* target, const bool dontAddBG = false);
4141
static void showMDPopup(const std::string_view title, const std::string& bodyText, const int tag, const std::string_view nodeID);
42-
static bool notFavoritesNorBlacklist(const std::filesystem::path&);
42+
static bool notFavoritesNorBlacklist(const std::filesystem::path& filePath);
4343
static std::string getPlatform();
4444
static std::string generatePlatformWarning();
4545
static void writeToFile(const std::string& toWriteToFile, const std::filesystem::path& fileForWriting);

0 commit comments

Comments
 (0)