implement remaining logic
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
70f1fe7de0
commit
9ad3d62b14
41 changed files with 1393 additions and 408 deletions
|
|
@ -3,9 +3,6 @@
|
|||
/// \file value.h
|
||||
/// \author Folling <folling@ikarus.world>
|
||||
|
||||
#include <ikarus/errors.h>
|
||||
#include <ikarus/macros.h>
|
||||
|
||||
/// \defgroup values Values
|
||||
/// \brief The values of properties.
|
||||
/// \details Each entity has a value for each property it is associated with.
|
||||
|
|
@ -17,6 +14,9 @@
|
|||
/// property's settings. \see PropertyType
|
||||
/// @{
|
||||
|
||||
#include <ikarus/errors.h>
|
||||
#include <ikarus/macros.h>
|
||||
|
||||
IKARUS_BEGIN_HEADER
|
||||
|
||||
/// \brief The common type for all values.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue