1
/*
2
 * Copyright (C) 2008-2009 Pierre-Luc Beaudoin <pierre-luc@pierlux.com>
3
 * Copyright (C) 2010-2012 Jiri Techet <techet@gmail.com>
4
 *
5
 * This library is free software; you can redistribute it and/or
6
 * modify it under the terms of the GNU Lesser General Public
7
 * License as published by the Free Software Foundation; either
8
 * version 2.1 of the License, or (at your option) any later version.
9
 *
10
 * This library 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 GNU
13
 * Lesser General Public License for more details.
14
 *
15
 * You should have received a copy of the GNU Lesser General Public
16
 * License along with this library; if not, write to the Free Software
17
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
 */
19
20
#ifndef CHAMPLAIN_H
21
#define CHAMPLAIN_H
22
23
#define __CHAMPLAIN_CHAMPLAIN_H_INSIDE__
24
25
#include <glib.h>
26
27
#include "champlain/champlain-features.h"
28
#include "champlain/champlain-defines.h"
29
#include "champlain/champlain-enum-types.h"
30
#include "champlain/champlain-version.h"
31
32
#include "champlain/champlain-layer.h"
33
#include "champlain/champlain-marker-layer.h"
34
#include "champlain/champlain-path-layer.h"
35
#include "champlain/champlain-point.h"
36
#include "champlain/champlain-custom-marker.h"
37
#include "champlain/champlain-location.h"
38
#include "champlain/champlain-coordinate.h"
39
#include "champlain/champlain-marker.h"
40
#include "champlain/champlain-label.h"
41
#include "champlain/champlain-view.h"
42
#include "champlain/champlain-bounding-box.h"
43
#include "champlain/champlain-scale.h"
44
45
#include "champlain/champlain-map-source.h"
46
#include "champlain/champlain-tile-source.h"
47
#include "champlain/champlain-tile-cache.h"
48
#include "champlain/champlain-renderer.h"
49
50
#include "champlain/champlain-map-source-factory.h"
51
52
#include "champlain/champlain-map-source-chain.h"
53
54
#include "champlain/champlain-network-tile-source.h"
55
#include "champlain/champlain-network-bbox-tile-source.h"
56
#include "champlain/champlain-file-tile-source.h"
57
#include "champlain/champlain-null-tile-source.h"
58
59
#include "champlain/champlain-memory-cache.h"
60
#include "champlain/champlain-file-cache.h"
61
62
#include "champlain/champlain-image-renderer.h"
63
#include "champlain/champlain-error-tile-renderer.h"
64
65
#undef __CHAMPLAIN_CHAMPLAIN_H_INSIDE__
66
67
#endif