]> Pileus Git - grits/blobdiff - src/grits.h
Add cube GtkGL example
[grits] / src / grits.h
index 024ab0c293996b9290ba44c7dbfe8c5969deff81..fa8f00133ea17f1edb6fc72cd1c3a70859d8683c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2010 Andy Spencer <andy753421@gmail.com>
+ * Copyright (C) 2009-2011 Andy Spencer <andy753421@gmail.com>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -15,8 +15,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef __GIS_H__
-#define __GIS_H__
+#ifndef __GRITS_H__
+#define __GRITS_H__
 
 /* Grits Core */
 #include <grits-viewer.h>
@@ -27,6 +27,7 @@
 /* Grits data */
 #include <data/grits-data.h>
 #include <data/grits-http.h>
+#include <data/grits-tms.h>
 #include <data/grits-wms.h>
 
 /* Grits objects */
 #include <objects/grits-tile.h>
 #include <objects/grits-marker.h>
 #include <objects/grits-callback.h>
+#include <objects/grits-volume.h>
+#include <objects/grits-poly.h>
+#include <objects/grits-line.h>
 
 /* Plugins */
 #include <grits-plugin.h>
 
+/* Misc */
+#include <gtkgl.h>
+
 #endif