4jcraft/Common/UI/UIControl_BitmapIcon.h
2026-03-08 22:43:59 +01:00

14 lines
285 B
C++

#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 std::wstring &iconName);
};