first commit
This commit is contained in:
14
Minecraft.Client/Common/UI/UIControl_BitmapIcon.h
Normal file
14
Minecraft.Client/Common/UI/UIControl_BitmapIcon.h
Normal file
@@ -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);
|
||||
};
|
||||
Reference in New Issue
Block a user