Initial commit
[jamendo] / src / player.h
diff --git a/src/player.h b/src/player.h
new file mode 100644 (file)
index 0000000..a7a8c93
--- /dev/null
@@ -0,0 +1,20 @@
+/*
+ * player.h
+ *
+ *  Created on: 2009-10-22
+ *      Author: marcin
+ */
+
+#ifndef PLAYER_H_
+#define PLAYER_H_
+
+#include "data_structs.h"
+#include <gtk/gtk.h>
+
+void play_track(Track* track);
+
+GtkWidget* player_toolbar_create();
+
+void player_set_track_list(GList* list);
+
+#endif /* PLAYER_H_ */