finalize entity functions
This commit is contained in:
parent
ba62206c0c
commit
e6233cf3f2
18 changed files with 523 additions and 181 deletions
|
|
@ -3,3 +3,7 @@
|
|||
#include <ikarus/errors.hpp>
|
||||
#include <ikarus/objects/blueprint.hpp>
|
||||
#include <ikarus/persistence/project.hpp>
|
||||
|
||||
IkarusBlueprint::IkarusBlueprint(struct IkarusProject * project, int64_t id):
|
||||
project{project},
|
||||
id{id} {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue