intermediate commit

Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
folling 2023-11-24 14:52:46 +01:00 committed by Folling
parent 82e5309f80
commit ea221cdf85
Signed by: folling
SSH key fingerprint: SHA256:S9qEx5WCFFLK49tE/LKnKuJYM5sw+++Dn6qJbbyxnCY
11 changed files with 175 additions and 175 deletions

View file

@ -30,6 +30,8 @@ IKARUS_BEGIN_HEADER
/// - last 56 bits: incremented counter generated by the database
using IkarusId = int64_t;
IKA_API IkarusId ikarus_id_from_data_and_type(int64_t data, IkarusObjectType type);
/// \brief Fetches the object type of the given id.
/// \param id The id to fetch the object type for.
/// \return The object type of the given id.