first commit
This commit is contained in:
15
Minecraft.Client/Common/UI/UIControl_MinecraftPlayer.h
Normal file
15
Minecraft.Client/Common/UI/UIControl_MinecraftPlayer.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include "UIControl.h"
|
||||
|
||||
class UIControl_MinecraftPlayer : public UIControl
|
||||
{
|
||||
private:
|
||||
float m_fScreenWidth,m_fScreenHeight;
|
||||
float m_fRawWidth,m_fRawHeight;
|
||||
|
||||
public:
|
||||
UIControl_MinecraftPlayer();
|
||||
|
||||
void render(IggyCustomDrawCallbackRegion *region);
|
||||
};
|
||||
Reference in New Issue
Block a user