]> Pileus Git - grits/blob - src/grits.h
Add cube GtkGL example
[grits] / src / grits.h
1 /*
2  * Copyright (C) 2009-2011 Andy Spencer <andy753421@gmail.com>
3  *
4  * This program is free software: you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License as published by
6  * the Free Software Foundation, either version 3 of the License, or
7  * (at your option) any later version.
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, see <http://www.gnu.org/licenses/>.
16  */
17
18 #ifndef __GRITS_H__
19 #define __GRITS_H__
20
21 /* Grits Core */
22 #include <grits-viewer.h>
23 #include <grits-opengl.h>
24 #include <grits-prefs.h>
25 #include <grits-util.h>
26
27 /* Grits data */
28 #include <data/grits-data.h>
29 #include <data/grits-http.h>
30 #include <data/grits-tms.h>
31 #include <data/grits-wms.h>
32
33 /* Grits objects */
34 #include <objects/grits-object.h>
35 #include <objects/grits-tile.h>
36 #include <objects/grits-marker.h>
37 #include <objects/grits-callback.h>
38 #include <objects/grits-volume.h>
39 #include <objects/grits-poly.h>
40 #include <objects/grits-line.h>
41
42 /* Plugins */
43 #include <grits-plugin.h>
44
45 /* Misc */
46 #include <gtkgl.h>
47
48 #endif