]> Pileus Git - aweather/blobdiff - src/plugins/level2.h
docs: fix a few typos
[aweather] / src / plugins / level2.h
index 3f522cb8c6fa5adac98865055f15e08007983de8..3a0b000f61732d1d1b03a7242236bb4047b80fdb 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
@@ -19,7 +19,7 @@
 #define __AWEATHER_LEVEL2_H__
 
 #include <grits.h>
-#include "aweather-colormap.h"
+#include "radar-info.h"
 
 /* Level2 */
 #define AWEATHER_TYPE_LEVEL2            (aweather_level2_get_type())
@@ -38,6 +38,7 @@ struct _AWeatherLevel2 {
        AWeatherColormap *colormap;
 
        /* Private */
+       GritsVolume      *volume;
        Sweep            *sweep;
        AWeatherColormap *sweep_colors;
        gdouble           sweep_coords[2];
@@ -58,6 +59,8 @@ AWeatherLevel2 *aweather_level2_new_from_file(const gchar *file, const gchar *si
 void aweather_level2_set_sweep(AWeatherLevel2 *level2,
                int type, gfloat elev);
 
+void aweather_level2_set_iso(AWeatherLevel2 *level2, gfloat level);
+
 GtkWidget *aweather_level2_get_config(AWeatherLevel2 *level2);
 
 #endif