settle on content store for now

This commit is contained in:
2024-04-28 15:10:48 +02:00
parent b657802e8d
commit ddadc9bdbc
3 changed files with 19 additions and 3 deletions

View File

@ -12,6 +12,8 @@
#include <solanaceae/toxcore/tox_event_logger.hpp>
#include "./tox_private_impl.hpp"
#include "./content/content.hpp"
#include <solanaceae/tox_contacts/tox_contact_model2.hpp>
#include <solanaceae/tox_messages/tox_message_manager.hpp>
#include <solanaceae/tox_messages/tox_transfer_manager.hpp>
@ -58,6 +60,8 @@ struct MainScreen final : public Screen {
MessageSerializerNJ msnj;
MessageTimeSort mts;
ContentStore cs;
ToxEventLogger tel{std::cout};
ToxClient tc;
ToxPrivateImpl tpi;