intermediate commit
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
52580a4382
commit
2ab0109355
37 changed files with 131 additions and 1544 deletions
|
|
@ -2,14 +2,12 @@
|
|||
|
||||
#include <variant>
|
||||
|
||||
#include <folders/blueprint_folder.hpp>
|
||||
#include <folders/entity_folder.hpp>
|
||||
#include <folders/property_folder.hpp>
|
||||
#include <objects/blueprint.hpp>
|
||||
#include <objects/entity.hpp>
|
||||
#include <objects/property.hpp>
|
||||
|
||||
struct IkarusObject {
|
||||
std::variant<IkarusBlueprint, IkarusProperty, IkarusEntity, IkarusBlueprintFolder, IkarusPropertyFolder, IkarusEntityFolder>
|
||||
data;
|
||||
union IkarusObject {
|
||||
IkarusBlueprint blueprint;
|
||||
IkarusEntity entity;
|
||||
IkarusProperty property;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue