Skip to content

Commit ffa32aa

Browse files
committed
oops
1 parent 4b2ea5d commit ffa32aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/SongControl.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
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-
85
namespace SongControl {
96
void woahThereBuddy(const std::string& reason) {
107
geode::createQuickPopup(

src/SongControl.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
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+
58
namespace SongControl {
69
void woahThereBuddy(const std::string& reason);
710
void previousSong(SongManager& songManager = SongManager::get());

0 commit comments

Comments
 (0)