23 #ifndef _PLAYLIST_MODES_
24 #define _PLAYLIST_MODES_
26 #include "Helper/globals.h"
27 #include "Helper/PlaylistMode.h"
48 void disable_repeat();
49 void toggle_repeat(
bool );
51 void enable_shuffle();
52 void disable_shuffle();
53 void toggle_shuffle(
bool );
56 void disable_append();
57 void toggle_append(
bool );
60 void enable_dynamic();
61 void disable_dynamic();
62 void toggle_dynamic(
bool );
64 void enable_gapless();
65 void disable_gapless();
66 void toggle_gapless(
bool );
Definition: PlaylistModeHandler.h:29
Definition: PlaylistMode.h:34