]> Pileus Git - grits/blobdiff - src/grits.h
Add cube GtkGL example
[grits] / src / grits.h
index 94cc1ab0e0b27ffdfde48bab531d965d3587eae3..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
@@ -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