1653
|
1 /*
|
|
2 * Audacious - a cross-platform multimedia player
|
|
3 * Copyright (c) 2006 Audacious development team.
|
|
4 *
|
|
5 * This program is free software; you can redistribute it and/or modify
|
|
6 * it under the terms of the GNU General Public License as published by
|
|
7 * the Free Software Foundation; either version 2 of the License, or
|
|
8 * (at your option) any later version.
|
|
9 *
|
|
10 * This program is distributed in the hope that it will be useful,
|
|
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
13 * GNU General Public License for more details.
|
|
14 *
|
|
15 * You should have received a copy of the GNU General Public License
|
|
16 * along with this program; if not, write to the Free Software
|
|
17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
18 */
|
|
19
|
|
20 #ifndef _WIDGETCORE_H_
|
|
21 #define _WIDGETCORE_H_
|
|
22
|
|
23 #include "tbutton.h"
|
|
24 #include "eq_graph.h"
|
|
25 #include "eq_slider.h"
|
|
26 #include "hslider.h"
|
|
27 #include "menurow.h"
|
|
28 #include "monostereo.h"
|
|
29 #include "number.h"
|
|
30 #include "pbutton.h"
|
|
31 #include "playlist_list.h"
|
|
32 #include "playlist_slider.h"
|
|
33 #include "playstatus.h"
|
|
34 #include "sbutton.h"
|
|
35 #include "skin.h"
|
|
36 #include "svis.h"
|
|
37 #include "textbox.h"
|
|
38 #include "vis.h"
|
|
39 #include "widget.h"
|
|
40
|
|
41 #endif
|