/* * Copyright 2016 (c) Anna Schumaker. */ #ifndef OCARINA_GUI_PLAYLIST_H #define OCARINA_GUI_PLAYLIST_H #include #include #include #include #include /* Called to initialize the GUI playlist code. */ void gui_playlist_init(); /* Playlist operations passed to core_init() */ extern struct queue_ops playlist_ops; #endif /* OCARINA_GUI_PLAYLIST_H */