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,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <id.hpp>
|
||||
#include <objects/object.hpp>
|
||||
|
||||
/// \private
|
||||
struct IkarusEntity {
|
||||
struct IkarusProject * project;
|
||||
IkarusId id;
|
||||
};
|
||||
struct IkarusEntity : public IkarusObject {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue