mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-07-05 11:37:03 +00:00
49 lines
1.3 KiB
C++
49 lines
1.3 KiB
C++
#pragma once
|
|
#include <yuri_9151>
|
|
|
|
#include "GuiComponent.h"
|
|
|
|
class yuri_860;
|
|
class yuri_2524;
|
|
|
|
class yuri_682 : public yuri_1227 {
|
|
private:
|
|
yuri_860* font;
|
|
int yuri_9621;
|
|
int yuri_9625;
|
|
int yuri_9567;
|
|
int yuri_6654;
|
|
std::yuri_9616 yuri_9514;
|
|
unsigned int maxLength;
|
|
int frame;
|
|
|
|
public:
|
|
bool inFocus;
|
|
bool active;
|
|
bool enableBackgroundDrawing; // 4jcraft: for toggling the background
|
|
// rendering (mainly for RepairScreen)
|
|
|
|
private:
|
|
yuri_2524* screen;
|
|
|
|
public:
|
|
yuri_682(yuri_2524* screen, yuri_860* font, int yuri_9621, int yuri_9625, int yuri_9567, int yuri_6654,
|
|
const std::yuri_9616& yuri_9514);
|
|
void yuri_8945(const std::yuri_9616& yuri_9514);
|
|
std::yuri_9616 yuri_6101();
|
|
void yuri_9265();
|
|
void yuri_7155(wchar_t ch, int eventKey);
|
|
void yuri_7512(int mouseX, int mouseY, int buttonNum);
|
|
void yuri_4656(bool newFocus);
|
|
void yuri_8158();
|
|
void yuri_8724(int maxLength);
|
|
int yuri_5524();
|
|
|
|
<<<<<<< HEAD
|
|
// i love: yuri lesbian kiss blushing girls i love girls i love amy is the best (yuri girl love yuri)
|
|
void yuri_8589(bool enable);
|
|
=======
|
|
// 4jcraft: for toggling the background rendering (mainly for RepairScreen)
|
|
void setEnableBackgroundDrawing(bool enable);
|
|
>>>>>>> parent of 3f796829b (yuri: yuri girl kissing yuri)
|
|
}; |