Blame include/share/grabbag.h

Packit 8f7830
/* grabbag - Convenience lib for various routines common to several tools
Packit 8f7830
 * Copyright (C) 2002-2009  Josh Coalson
Packit 8f7830
 * Copyright (C) 2011-2016  Xiph.Org Foundation
Packit 8f7830
 *
Packit 8f7830
 * This library is free software; you can redistribute it and/or
Packit 8f7830
 * modify it under the terms of the GNU Lesser General Public
Packit 8f7830
 * License as published by the Free Software Foundation; either
Packit 8f7830
 * version 2.1 of the License, or (at your option) any later version.
Packit 8f7830
 *
Packit 8f7830
 * This library is distributed in the hope that it will be useful,
Packit 8f7830
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 8f7830
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit 8f7830
 * Lesser General Public License for more details.
Packit 8f7830
 *
Packit 8f7830
 * You should have received a copy of the GNU Lesser General Public
Packit 8f7830
 * License along with this library; if not, write to the Free Software
Packit 8f7830
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
Packit 8f7830
 */
Packit 8f7830
Packit 8f7830
#ifndef SHARE__GRABBAG_H
Packit 8f7830
#define SHARE__GRABBAG_H
Packit 8f7830
Packit 8f7830
/* These can't be included by themselves, only from within grabbag.h */
Packit 8f7830
#include "grabbag/cuesheet.h"
Packit 8f7830
#include "grabbag/file.h"
Packit 8f7830
#include "grabbag/picture.h"
Packit 8f7830
#include "grabbag/replaygain.h"
Packit 8f7830
#include "grabbag/seektable.h"
Packit 8f7830
Packit 8f7830
#endif