libmusicbrainz3  3.0.2
model.h
Go to the documentation of this file.
1 /*
2  * MusicBrainz -- The Internet music metadatabase
3  *
4  * Copyright (C) 2006 Lukas Lalinsky
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19  *
20  * $Id: model.h 9218 2007-06-25 20:11:09Z luks $
21  */
22 
23 #ifndef __MUSICBRAINZ3_MODEL_H__
24 #define __MUSICBRAINZ3_MODEL_H__
25 
26 #include <musicbrainz3/entity.h>
27 #include <musicbrainz3/lists.h>
28 #include <musicbrainz3/artist.h>
30 #include <musicbrainz3/disc.h>
31 #include <musicbrainz3/track.h>
32 #include <musicbrainz3/release.h>
34 #include <musicbrainz3/relation.h>
35 #include <musicbrainz3/user.h>
36 #include <musicbrainz3/tag.h>
37 #include <musicbrainz3/label.h>
38 #include <musicbrainz3/labelalias.h>
39 
40 #endif
41