diff options
Diffstat (limited to 'src/application.h')
-rw-r--r-- | src/application.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/application.h b/src/application.h index 16909c9..0eeb37e 100644 --- a/src/application.h +++ b/src/application.h @@ -30,7 +30,9 @@ #include "chat.h" #include "util.h" -//#include "ui/accounts.h" + +#include "ui/accounts.h" +#include "ui/messages.h" typedef struct MESSENGER_Application { @@ -40,6 +42,9 @@ typedef struct MESSENGER_Application int status; MESSENGER_Chat chat; + + UI_ACCOUNTS_Handle accounts; + UI_MESSAGES_Handle messages; } MESSENGER_Application; void |