Update UILayer.h

This commit is contained in:
Fayaz Shaikh 2026-03-03 17:32:02 -05:00
parent cbe174db39
commit 05eff47b03

View file

@ -34,7 +34,7 @@ public:
UIGroup *m_parentGroup;
public:
UILayer(UIGroup *parent);
void tick();
void render(S32 width, S32 height, C4JRender::eViewportType viewport);
void getRenderDimensions(S32 &width, S32 &height);