ocarina/include/gui/playlist.h

11 lines
221 B
C

/*
* Copyright 2016 (c) Anna Schumaker.
*/
#ifndef OCARINA_GUI_PLAYLIST_H
#define OCARINA_GUI_PLAYLIST_H
/* Called to initialize the GUI playlist code. */
void gui_playlist_init();
#endif /* OCARINA_GUI_PLAYLIST_H */