diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libhomescreen.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libhomescreen.hpp b/include/libhomescreen.hpp index d0b270a..bdfeb4b 100644 --- a/include/libhomescreen.hpp +++ b/include/libhomescreen.hpp @@ -53,6 +53,10 @@ public: Event_AppListChanged, Event_RegisterShortcut, Event_UpdateShortcut, + Event_SetDestination, + Event_CancelDestination, + Event_StartNavigation, + Event_StopNavigation, Event_Max }; |