add tox messages
This commit is contained in:
22
solanaceae/tox_messages/components_id.inl
Normal file
22
solanaceae/tox_messages/components_id.inl
Normal file
@@ -0,0 +1,22 @@
|
||||
#include "./components.hpp"
|
||||
|
||||
#include <entt/core/type_info.hpp>
|
||||
|
||||
// TODO: move more central
|
||||
#define DEFINE_COMP_ID(x) \
|
||||
template<> \
|
||||
constexpr entt::id_type entt::type_hash<x>::value() noexcept { \
|
||||
using namespace entt::literals; \
|
||||
return #x##_hs; \
|
||||
}
|
||||
|
||||
// cross compile(r) stable ids
|
||||
|
||||
DEFINE_COMP_ID(Message::Components::ToxGroupMessageID)
|
||||
DEFINE_COMP_ID(Message::Components::SyncedBy)
|
||||
DEFINE_COMP_ID(Message::Components::Transfer::ToxTransferFriend)
|
||||
DEFINE_COMP_ID(Message::Components::Transfer::FileID)
|
||||
DEFINE_COMP_ID(Message::Components::Transfer::FileKind)
|
||||
|
||||
#undef DEFINE_COMP_ID
|
||||
|
Reference in New Issue
Block a user