1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 14:53:21 +02:00
GPXSee/src/config.h

16 lines
333 B
C
Raw Normal View History

2015-10-05 01:43:48 +02:00
#ifndef CONFIG_H
#define CONFIG_H
#define APP_NAME "GPXSee"
#define APP_HOMEPAGE "http://tumic.wz.cz/gpxsee"
#define APP_VERSION "2.0"
2015-10-05 01:43:48 +02:00
#define FONT_FAMILY "Arial"
#define FONT_SIZE 12
#define POI_DIR "POI"
2015-11-26 00:21:11 +01:00
#define TILES_DIR "tiles"
#define MAP_LIST_FILE TILES_DIR"/list.txt"
2015-10-17 01:33:02 +02:00
2015-10-05 01:43:48 +02:00
#endif /* CONFIG_H */