device-epd/include/playlist.h

7 lines
89 B
C
Raw Normal View History

#ifndef PLAYLIST_H
#define PLAYLIST_H
void setupPlaylist();
void loopPlaylist();
#endif