provide ToxPrivateI

This commit is contained in:
2023-11-13 15:14:30 +01:00
parent bedbacddde
commit 4e4f62dd20
3 changed files with 21 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include <solanaceae/message3/message_time_sort.hpp>
#include <solanaceae/plugin/plugin_manager.hpp>
#include <solanaceae/toxcore/tox_event_logger.hpp>
#include "./tox_private_impl.hpp"
#include <solanaceae/tox_contacts/tox_contact_model2.hpp>
#include <solanaceae/tox_messages/tox_message_manager.hpp>
@ -47,6 +48,7 @@ struct MainScreen final : public Screen {
ToxEventLogger tel{std::cout};
ToxClient tc;
ToxPrivateImpl tpi;
AutoDirty ad;
ToxContactModel2 tcm;
ToxMessageManager tmm;