implement blueprint functionality & streamline API
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
a2b5c573b2
commit
d3e93b6a72
9 changed files with 175 additions and 229 deletions
|
|
@ -1,9 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
#include <id.hpp>
|
||||
#include <objects/object.hpp>
|
||||
|
||||
/// \private
|
||||
struct IkarusBlueprint {
|
||||
struct IkarusProject * project;
|
||||
IkarusId id;
|
||||
struct IkarusBlueprint : public IkarusObject {
|
||||
inline IkarusBlueprint(struct IkarusProject * project, IkarusId id):
|
||||
IkarusObject{project, id} {}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue