This commit is contained in:
2023-03-05 15:51:07 -08:00
parent 7d20397e83
commit aeb5014a07
10 changed files with 49 additions and 8 deletions

View File

@ -8,6 +8,11 @@
#include "UICanvas.hpp"
namespace Dawn {
class UIComponentRendaerable {
public:
int32_t cum;
};
class UIComponent : public SceneItemComponent {
private:
UICanvas *canvas = nullptr;