intermediate commit
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
82e5309f80
commit
ea221cdf85
11 changed files with 175 additions and 175 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue