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 4a56ffd..6b99bdd 100644
--- a/src/application.h
+++ b/src/application.h
@@ -33,6 +33,7 @@
33#include "ui/messenger.h" 33#include "ui/messenger.h"
34#include "ui/new_contact.h" 34#include "ui/new_contact.h"
35#include "ui/new_platform.h" 35#include "ui/new_platform.h"
36#include "ui/settings.h"
36 37
37#include "util.h" 38#include "util.h"
38 39
@@ -70,6 +71,7 @@ typedef struct MESSENGER_Application
70 UI_NEW_CONTACT_Handle new_contact; 71 UI_NEW_CONTACT_Handle new_contact;
71 UI_NEW_PLATFORM_Handle new_platform; 72 UI_NEW_PLATFORM_Handle new_platform;
72 UI_CONTACTS_Handle contacts; 73 UI_CONTACTS_Handle contacts;
74 UI_SETTINGS_Handle settings;
73 } ui; 75 } ui;
74} MESSENGER_Application; 76} MESSENGER_Application;
75 77