start with toxav interface (no callbacks yet, gonna use threading)

This commit is contained in:
2024-05-16 17:20:20 +02:00
parent 2f44b45e8a
commit fae1910f1a
5 changed files with 126 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
#include <solanaceae/plugin/plugin_manager.hpp>
#include <solanaceae/toxcore/tox_event_logger.hpp>
#include "./tox_private_impl.hpp"
#include "./tox_av.hpp"
#include <solanaceae/tox_contacts/tox_contact_model2.hpp>
#include <solanaceae/tox_messages/tox_message_manager.hpp>
@@ -58,6 +59,7 @@ struct MainScreen final : public Screen {
ToxClient tc;
ToxPrivateImpl tpi;
AutoDirty ad;
ToxAV tav;
ToxContactModel2 tcm;
ToxMessageManager tmm;
ToxTransferManager ttm;