Part of a larger restructure, added MusicPlayer which is the main controller and a structure for the song queue
This commit is contained in:
11
src/View/Widgets/NavigationButton/PagesButton/PagesButton.h
Normal file
11
src/View/Widgets/NavigationButton/PagesButton/PagesButton.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "../NavigationButton.h"
|
||||
|
||||
class PagesButton : NavigationButton {
|
||||
private:
|
||||
|
||||
public:
|
||||
PagesButton( );
|
||||
~PagesButton( );
|
||||
};
|
||||
Reference in New Issue
Block a user