15 lines
320 B
C++
15 lines
320 B
C++
|
#pragma once
|
||
|
|
||
|
#include <solanaceae/tox_messages/components.hpp>
|
||
|
|
||
|
#include <nlohmann/json.hpp>
|
||
|
|
||
|
namespace Message::Components {
|
||
|
|
||
|
// TODO: friend msg id, does not have the same qualities
|
||
|
NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(ToxGroupMessageID, id)
|
||
|
// TODO: transfer stuff, needs content rewrite
|
||
|
|
||
|
} // Message::Components
|
||
|
|