File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22#include " Utils.hpp"
33#include < Geode/ui/GeodeUI.hpp>
44
5- #define CAN_USE_PLAYBACK_CONTROLS (songManager.getFinishedCalculatingSongLengths() && songManager.getUndefined0Alk1m123TouchPrio() && songManager.getShowPlaybackProgressAndControls())
6- #define INCREMENT_DECREMENT_AMOUNT songManager.getIncrementDecrementByMilliseconds()
7-
85namespace SongControl {
96 void woahThereBuddy (const std::string& reason) {
107 geode::createQuickPopup (
Original file line number Diff line number Diff line change 22
33#include " SongManager.hpp"
44
5+ #define CAN_USE_PLAYBACK_CONTROLS (songManager.getFinishedCalculatingSongLengths() && songManager.getUndefined0Alk1m123TouchPrio() && songManager.getShowPlaybackProgressAndControls())
6+ #define INCREMENT_DECREMENT_AMOUNT songManager.getIncrementDecrementByMilliseconds()
7+
58namespace SongControl {
69 void woahThereBuddy (const std::string& reason);
710 void previousSong (SongManager& songManager = SongManager::get());
You can’t perform that action at this time.
0 commit comments