Basic transform stuff

This commit is contained in:
2022-10-21 22:01:37 -07:00
parent 02e8fdd02c
commit 65e3bb43a5
18 changed files with 363 additions and 38 deletions

View File

@@ -5,6 +5,7 @@
#pragma once
#include "dawnlibs.hpp"
#include "display/Transform.hpp"
namespace Dawn {
class SceneItem;
@@ -14,6 +15,7 @@ namespace Dawn {
class SceneItemComponent {
public:
SceneItem &item;
Transform &transform;
/**
* Constructs a new SceneItemComponent. Components are attached to