mirror of
https://github.com/edubart/otclient.git
synced 2025-12-23 00:27:12 +01:00
ui improvements
This commit is contained in:
@@ -40,7 +40,7 @@ public:
|
||||
virtual ~UIElementSkin() { }
|
||||
|
||||
virtual void load(const YAML::Node& node);
|
||||
virtual void onSkinApply(UIElement *element) { }
|
||||
virtual void apply(UIElement *element) { }
|
||||
virtual void draw(UIElement *element);
|
||||
|
||||
const std::string& getName() const { return m_name; }
|
||||
|
||||
Reference in New Issue
Block a user