Various Changes

This commit is contained in:
PabstMirror
2015-03-09 13:52:15 -05:00
parent f387da1475
commit 1d6cfbf6b7
20 changed files with 317 additions and 100 deletions

View File

@ -14,6 +14,10 @@
#define DUMMY_POS [-1,-1]
#define DUMMY_ZOOM 0.1
#define MAP_DETAIL_NONE 0
#define MAP_DETAIL_TOPOROADS 1
#define MAP_DETAIL_SAT 2
#define APP_MODE_NULL -1
#define APP_MODE_INFODISPLAY 0
#define APP_MODE_COMPASS 1
@ -26,6 +30,7 @@
#define DISPLAY_MODE_CLOSED 0
#define DISPLAY_MODE_DISPLAY 1
#define DISPLAY_MODE_DIALOG 2
#define DISPLAY_MODE_HIDDEN 3
#define IDC_RANGEFINDERCONNECTEDICON 77700
#define IDC_CLOCKTEXT 77701