add multiple items selection on playlist screen and nested colors support
This commit is contained in:
@@ -30,6 +30,10 @@
|
||||
|
||||
extern ncmpcpp_config Config;
|
||||
|
||||
void DeleteSong(int);
|
||||
bool MoveSongUp(int);
|
||||
bool MoveSongDown(int);
|
||||
|
||||
string DisplayKeys(int *, int = 2);
|
||||
bool Keypressed(int, const int *);
|
||||
bool SortSongsByTrack(Song *, Song *);
|
||||
|
||||
Reference in New Issue
Block a user