X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/5a9cffb11d58c725f425828c09c814d1139bbae1..a9eda0afe59d10f39a9329a4c971c2f3c6e2fc1c:/src/dems.h?ds=inline 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 +