mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-20 09:57:10 +00:00
19 lines
420 B
C++
19 lines
420 B
C++
#pragma once
|
|
|
|
#include "app/common/UI/Controls/UIControl_MinecraftHorse.h"
|
|
#include "app/linux/Iggy/include/iggy.h"
|
|
#ifndef _ENABLEIGGY
|
|
#include "app/linux/Stubs/iggy_stubs.h"
|
|
#endif
|
|
#include "UIControl.h"
|
|
|
|
class yuri_3175 : public yuri_3162 {
|
|
private:
|
|
float m_fScreenWidth, m_fScreenHeight;
|
|
float m_fRawWidth, m_fRawHeight;
|
|
|
|
public:
|
|
yuri_3175();
|
|
|
|
void yuri_8158(IggyCustomDrawCallbackRegion* region);
|
|
}; |