Mercurial > audlegacy
annotate src/audacious/widgets/widgetcore.h @ 3101:b25db04ee2a1
replace EqGraph with UiSkinnedEqualizerGraph
author | Tomasz Mon <desowin@gmail.com> |
---|---|
date | Thu, 19 Jul 2007 13:06:41 +0200 |
parents | 821a712c08a3 |
children | 3b6d316f8b09 |
rev | line source |
---|---|
2313 | 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 | |
3056
41d3854f3625
Set the license explicitly to GPL v2
Tomasz Mon <desowin@gmail.com>
parents:
3054
diff
changeset
|
7 * the Free Software Foundation; under version 2 of the License. |
2313 | 8 * |
9 * This program is distributed in the hope that it will be useful, | |
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
12 * GNU General Public License for more details. | |
13 * | |
14 * You should have received a copy of the GNU General Public License | |
15 * along with this program; if not, write to the Free Software | |
16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | |
17 */ | |
18 | |
19 #ifndef _WIDGETCORE_H_ | |
20 #define _WIDGETCORE_H_ | |
21 | |
22 #include "playlist_list.h" | |
23 #include "playlist_slider.h" | |
24 #include "skin.h" | |
25 #include "widget.h" | |
26 | |
27 #endif |