aboutsummaryrefslogtreecommitdiff
path: root/src/application.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/application.h')
-rw-r--r--src/application.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/application.h b/src/application.h
index 4ffa2c8..b02b1df 100644
--- a/src/application.h
+++ b/src/application.h
@@ -33,6 +33,7 @@
33#include "ui/contacts.h" 33#include "ui/contacts.h"
34#include "ui/messenger.h" 34#include "ui/messenger.h"
35#include "ui/new_contact.h" 35#include "ui/new_contact.h"
36#include "ui/new_group.h"
36#include "ui/new_platform.h" 37#include "ui/new_platform.h"
37#include "ui/settings.h" 38#include "ui/settings.h"
38 39
@@ -71,6 +72,7 @@ typedef struct MESSENGER_Application
71 UI_MESSENGER_Handle messenger; 72 UI_MESSENGER_Handle messenger;
72 73
73 UI_NEW_CONTACT_Handle new_contact; 74 UI_NEW_CONTACT_Handle new_contact;
75 UI_NEW_GROUP_Handle new_group;
74 UI_NEW_PLATFORM_Handle new_platform; 76 UI_NEW_PLATFORM_Handle new_platform;
75 UI_CONTACTS_Handle contacts; 77 UI_CONTACTS_Handle contacts;
76 UI_SETTINGS_Handle settings; 78 UI_SETTINGS_Handle settings;