update sqlitecpp & merge property settings into properties

Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
Folling 2023-11-27 11:24:55 +01:00 committed by Folling
parent 3dd30d74c5
commit 7a7f7462a4
No known key found for this signature in database
39 changed files with 412 additions and 253 deletions

View file

@ -5,7 +5,7 @@
#include <ikarus/macros.h>
/// \defgroup entity_value Entity Values
/// \defgroup values Values
/// \brief The values stored in entities.
/// \details Each entity has a value for each property it is associated with.
/// The value is of the type specified by the property and constrained by the property's settings.