diff options
Diffstat (limited to 'Minecraft.Client/Common/UI/UIControl_BitmapIcon.h')
| -rw-r--r-- | Minecraft.Client/Common/UI/UIControl_BitmapIcon.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Minecraft.Client/Common/UI/UIControl_BitmapIcon.h b/Minecraft.Client/Common/UI/UIControl_BitmapIcon.h new file mode 100644 index 00000000..9b2fe0a8 --- /dev/null +++ b/Minecraft.Client/Common/UI/UIControl_BitmapIcon.h @@ -0,0 +1,14 @@ +#pragma once + +#include "UIControl.h" + +class UIControl_BitmapIcon : public UIControl +{ +private: + IggyName m_funcSetTextureName; + +public: + virtual bool setupControl(UIScene *scene, IggyValuePath *parent, const string &controlName); + + void setTextureName(const wstring &iconName); +};
\ No newline at end of file |
