ocarina/ocarina/songlist/songlist.h

10 lines
291 B
C

#ifndef OCARINA_SONGLIST_PRIVATE_H
#define OCARINA_SONGLIST_PRIVATE_H
#include <ocarina/gtk.h>
void songlist_row_activated(GtkTreeView *, GtkTreePath *, GtkTreeViewColumn *, gpointer);
void songlist_button_click(GtkWidget *, GdkEvent *, gpointer);
#endif /* OCARINA_SONGLIST_PRIVATE_H */