X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/10a64d33f744b0b04592fce080053a8ae3ee3a49..effdc8cd02e008fffcccdb116508a907d539c948:/src/dems.h 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 +