X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/07493583d2fd49343128488217fd19ddfc29eaad..ac150134f51cccffab083c1054cc2b071a9468f5:/src/dems.h?ds=sidebyside diff --git a/src/dems.h b/src/dems.h index 285d3561..42d3204e 100644 --- a/src/dems.h +++ b/src/dems.h @@ -24,6 +24,8 @@ #include "dem.h" #include "vikcoord.h" +G_BEGIN_DECLS + typedef enum { VIK_DEM_INTERPOL_NONE = 0, VIK_DEM_INTERPOL_SIMPLE, @@ -40,6 +42,8 @@ GList *a_dems_list_copy ( GList *dems ); gint16 a_dems_list_get_elev_by_coord ( GList *dems, const VikCoord *coord ); gint16 a_dems_get_elev_by_coord ( const VikCoord *coord, VikDemInterpol method); +G_END_DECLS + #endif -#include +