/*
 * This file is part of MPlayer.
 *
 * MPlayer is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * MPlayer is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License along
 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */

/* LC_ALL=C */
/* echo "extern const guint8 ${PNG%.png}_png[];" */

#ifndef MPLAYER_GUI_ICONS_H
#define MPLAYER_GUI_ICONS_H

#include <glib.h>

extern const guint8 about_png[];
extern const guint8 aspect_png[];
extern const guint8 aspect_16_9_png[];
extern const guint8 aspect_2_35_1_png[];
extern const guint8 aspect_4_3_png[];
extern const guint8 aspect_original_png[];
extern const guint8 audio_dolby_png[];
extern const guint8 audio_dts_png[];
extern const guint8 audio_lpcm_png[];
extern const guint8 audio_mpeg_png[];
extern const guint8 audio_track_png[];
extern const guint8 audio_track_load_png[];
extern const guint8 blank_png[];
extern const guint8 cd_png[];
extern const guint8 cd_play_png[];
extern const guint8 chapter_png[];
extern const guint8 dir_up_png[];
extern const guint8 dvd_png[];
extern const guint8 dvd_play_png[];
extern const guint8 equalizer_png[];
extern const guint8 error_png[];
extern const guint8 exit_png[];
extern const guint8 file_png[];
extern const guint8 image_png[];
extern const guint8 information_png[];
extern const guint8 minimize_png[];
extern const guint8 open_png[];
extern const guint8 play_png[];
extern const guint8 play_next_png[];
extern const guint8 play_pause_png[];
extern const guint8 play_previous_png[];
extern const guint8 play_stop_png[];
extern const guint8 playlist_png[];
extern const guint8 preferences_png[];
extern const guint8 rotate_png[];
extern const guint8 rotate_0_png[];
extern const guint8 rotate_180_png[];
extern const guint8 rotate_90ccw_png[];
extern const guint8 rotate_90cw_png[];
extern const guint8 seek_backward_10min_png[];
extern const guint8 seek_backward_10sec_png[];
extern const guint8 seek_backward_1min_png[];
extern const guint8 seek_forward_10min_png[];
extern const guint8 seek_forward_10sec_png[];
extern const guint8 seek_forward_1min_png[];
extern const guint8 size_double_png[];
extern const guint8 size_full_png[];
extern const guint8 size_half_png[];
extern const guint8 size_normal_png[];
extern const guint8 skin_png[];
extern const guint8 subtitle_drop_png[];
extern const guint8 subtitle_load_png[];
extern const guint8 subtitle_track_png[];
extern const guint8 title_png[];
extern const guint8 tv_png[];
extern const guint8 url_png[];
extern const guint8 vcd_png[];
extern const guint8 vcd_play_png[];
extern const guint8 video_track_png[];
extern const guint8 volume_png[];
extern const guint8 volume_decrease_png[];
extern const guint8 volume_increase_png[];
extern const guint8 volume_mute_png[];
extern const guint8 warning_png[];

#endif /* MPLAYER_GUI_ICONS_H */
