]> Pileus Git - grits/blobdiff - src/plugin-radar.h
Example plugin in GObject plugin format
[grits] / src / plugin-radar.h
index baf0dcde96cf06277c1a0d9857fc5d3afc9d4c08..2bc422aac026402874201be0256a230358a22345 100644 (file)
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef RADAR_H
-#define RADAR_H
+#ifndef __RADAR_H__
+#define __RADAR_H__
 
 gboolean radar_init(AWeatherGui *gui);
 
+typedef struct {
+       char *name;
+       guint8 data[256][4];
+} colormap_t;
+
+extern colormap_t colormaps[];
+
 #endif