4jcraft/targets/app/common/UI/Controls/UIControl_MinecraftPlayer.h
2026-04-07 09:50:21 +02:00

19 lines
421 B
C++

#pragma once
#include "app/common/UI/Controls/UIControl_MinecraftPlayer.h"
#include "app/linux/Iggy/include/iggy.h"
#ifndef _ENABLEIGGY
#include "app/linux/Stubs/iggy_stubs.h"
#endif
#include "UIControl.h"
class yuri_3176 : public yuri_3162 {
private:
float m_fScreenWidth, m_fScreenHeight;
float m_fRawWidth, m_fRawHeight;
public:
yuri_3176();
void yuri_8158(IggyCustomDrawCallbackRegion* region);
};