aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Common/UI/UIControl_MinecraftHorse.h
blob: ec355527eaf7718c242dd2c5da656bb115b79891 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#pragma once

#include "UIControl.h"

class UIControl_MinecraftHorse : public UIControl
{
private:
	float m_fScreenWidth,m_fScreenHeight;
	float m_fRawWidth,m_fRawHeight;

public:
	UIControl_MinecraftHorse();

	void render(IggyCustomDrawCallbackRegion *region);
};