intermediate commit
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
52580a4382
commit
2ab0109355
37 changed files with 131 additions and 1544 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <ikarus/macros.h>
|
||||
#include <ikarus/stdtypes.h>
|
||||
|
||||
/// \file entity.h
|
||||
/// \author Folling <folling@ikarus.world>
|
||||
|
|
@ -230,12 +231,6 @@ IKA_API void ikarus_entity_set_value(
|
|||
IkarusEntity * entity, struct IkarusProperty const * property, struct IkarusValue * value, bool validate_settings
|
||||
);
|
||||
|
||||
/// \brief Converts an entity to an object.
|
||||
/// \param entity The entity to convert.
|
||||
/// \return The constructed object, representing the entity.
|
||||
/// \remark Must be freed using #ikarus_free.
|
||||
IKA_API struct IkarusObject * ikarus_entity_to_object(IkarusEntity const * entity);
|
||||
|
||||
/// \brief Compares two entities.
|
||||
/// \param left The left entity to compare.
|
||||
/// \pre \li Must not be null.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue