diff options
Diffstat (limited to 'src/application.h')
-rw-r--r-- | src/application.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/application.h b/src/application.h index 3520f09..d678e1b 100644 --- a/src/application.h +++ b/src/application.h | |||
@@ -38,6 +38,7 @@ | |||
38 | #include "ui/new_account.h" | 38 | #include "ui/new_account.h" |
39 | #include "ui/new_contact.h" | 39 | #include "ui/new_contact.h" |
40 | #include "ui/new_group.h" | 40 | #include "ui/new_group.h" |
41 | #include "ui/new_lobby.h" | ||
41 | #include "ui/new_platform.h" | 42 | #include "ui/new_platform.h" |
42 | #include "ui/send_file.h" | 43 | #include "ui/send_file.h" |
43 | #include "ui/settings.h" | 44 | #include "ui/settings.h" |
@@ -87,6 +88,7 @@ typedef struct MESSENGER_Application | |||
87 | 88 | ||
88 | UI_NEW_CONTACT_Handle new_contact; | 89 | UI_NEW_CONTACT_Handle new_contact; |
89 | UI_NEW_GROUP_Handle new_group; | 90 | UI_NEW_GROUP_Handle new_group; |
91 | UI_NEW_LOBBY_Handle new_lobby; | ||
90 | UI_NEW_PLATFORM_Handle new_platform; | 92 | UI_NEW_PLATFORM_Handle new_platform; |
91 | UI_NEW_ACCOUNT_Handle new_account; | 93 | UI_NEW_ACCOUNT_Handle new_account; |
92 | 94 | ||