This commit is contained in:
Bram Verhulst
2024-06-04 14:38:46 +02:00
parent e1165fdcb4
commit d7389411f5
9 changed files with 68 additions and 37 deletions

View File

@@ -14,7 +14,7 @@ public:
virtual ~Screen();
void AddElement(GuiElement* element) { m_Elements.push_back(element); }
void AddElement(GuiElement* element);
virtual void Update(float elapsedSecs);
virtual void Draw() const;