Cleanup.
[jamendo] / src / player.h
1 /*
2  * player.h
3  *
4  *  Created on: 2009-10-22
5  *      Author: marcin
6  */
7
8 #ifndef PLAYER_H_
9 #define PLAYER_H_
10
11 #include "data_structs.h"
12 #include <gtk/gtk.h>
13
14 void play_track(Track* track);
15
16 GtkWidget* player_toolbar_create();
17
18 void player_set_track_list(GList* list);
19
20 #endif /* PLAYER_H_ */