#ifndef CONFIG_H #define CONFIG_H #define APP_NAME "GPXSee" #define APP_HOMEPAGE "http://tumic.wz.cz/gpxsee" #define APP_VERSION "2.0" #define FONT_FAMILY "Arial" #define FONT_SIZE 12 #define POI_DIR "POI" #define TILES_DIR "tiles" #define MAP_LIST_FILE TILES_DIR"/list.txt" #endif /* CONFIG_H */