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 b02b1df..125b294 100644
--- a/src/application.h
+++ b/src/application.h
@@ -35,6 +35,7 @@
35#include "ui/new_contact.h" 35#include "ui/new_contact.h"
36#include "ui/new_group.h" 36#include "ui/new_group.h"
37#include "ui/new_platform.h" 37#include "ui/new_platform.h"
38#include "ui/new_profile.h"
38#include "ui/settings.h" 39#include "ui/settings.h"
39 40
40#include "util.h" 41#include "util.h"
@@ -74,6 +75,7 @@ typedef struct MESSENGER_Application
74 UI_NEW_CONTACT_Handle new_contact; 75 UI_NEW_CONTACT_Handle new_contact;
75 UI_NEW_GROUP_Handle new_group; 76 UI_NEW_GROUP_Handle new_group;
76 UI_NEW_PLATFORM_Handle new_platform; 77 UI_NEW_PLATFORM_Handle new_platform;
78 UI_NEW_PROFILE_Handle new_profile;
77 UI_CONTACTS_Handle contacts; 79 UI_CONTACTS_Handle contacts;
78 UI_SETTINGS_Handle settings; 80 UI_SETTINGS_Handle settings;
79 } ui; 81 } ui;