ocarina/include/ocarina/footer.h
Bryan Schumaker 9236dcbb50 ocarina: Show length of song next to progress bar
This makes it easy to tell the total length of the current song.
2011-11-02 08:11:04 -04:00

12 lines
203 B
C

#ifndef OCARINA_FOOTER
#define OCARINA_FOOTER
#include <ocarina/gtk.h>
#include <libsaria/track.h>
GtkWidget *get_footer();
void put_footer();
void change_footer(Track &);
#endif /* OCARINA_FOOTER */