mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-25 20:25:54 +01:00
8 lines
139 B
C
8 lines
139 B
C
|
#ifndef CONFIG_H
|
||
|
#define CONFIG_H
|
||
|
|
||
|
#define APP_NAME "GPXSee"
|
||
|
#define APP_HOMEPAGE "http://www.gpxsee.org"
|
||
|
|
||
|
#endif /* CONFIG_H */
|