mirror of
https://github.com/edubart/otclient.git
synced 2026-01-10 08:01:30 +01:00
ui skinning
This commit is contained in:
@@ -32,14 +32,7 @@
|
||||
class UIPanel : public UIContainer
|
||||
{
|
||||
public:
|
||||
UIPanel();
|
||||
|
||||
void render();
|
||||
|
||||
virtual UI::EControlType getControlType() const { return UI::Panel; }
|
||||
|
||||
private:
|
||||
BorderedImagePtr m_boderedImage;
|
||||
UIPanel() : UIContainer(UI::Panel) { }
|
||||
};
|
||||
|
||||
typedef std::shared_ptr<UIPanel> UIPanelPtr;
|
||||
|
||||
Reference in New Issue
Block a user