]> git.street.me.uk Git - andy/viking.git/blob - src/datasources.h
Add Terraserver
[andy/viking.git] / src / datasources.h
1 #ifndef __VIK_DATASOURCES_H
2 #define __VIK_DATASOURCES_H
3
4 #include "acquire.h"
5
6 extern VikDataSourceInterface vik_datasource_gps_interface;
7 extern VikDataSourceInterface vik_datasource_google_interface;
8 #ifdef VIK_CONFIG_GEOCACHES
9 extern VikDataSourceInterface vik_datasource_gc_interface;
10 #endif
11 #endif