ocarina/include/gui/view.h
Anna Schumaker b4e2770223 Remove gui/queue.c
This code is obsolete now that the sidebar handles setting the random
button when playlists are changed.

Implements #76: Remove struct gui_queue
Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2017-04-03 10:33:05 -04:00

15 lines
341 B
C

/*
* Copyright 2016 (c) Anna Schumaker.
*/
#ifndef OCARINA_GUI_VIEW_H
#define OCARINA_GUI_VIEW_H
#include <gui/builder.h>
/* Called to initialize structures needed by the treeview. */
void gui_view_init();
/* Called to set the currently displayed model. */
void gui_view_set_playlist(struct playlist *);
#endif /* OCARINA_GUI_VIEW_H */