5 struct GUILongLabel_Wrapped_VTable {
6 VTABLE_FAKE_ENTRY(9, 0);
8 VTableFunction<void> Refresh;
10 VTABLE_FAKE_ENTRY(33, 1);
13 VTableFunction<void, const char *> SetText;
17 struct GUILongLabel_Wrapped {
18 uint8_t unknown0[0x4C];
20 struct GUILongLabel_Wrapped_VTable *vtable;
22 uint8_t unknown1[0x5C];
24 static_assert(
sizeof(
struct GUILongLabel_Wrapped) == 0xAC);
29 uint16_t leftX, uint16_t topY, uint16_t rightX, uint16_t bottomY,
39 void *GUILongLabel_ctor(
void *longLabel, uint16_t bounds[4],
int unk0,
int unk1,
const char *text,
int unk2);
Definition: longLabel.hpp:26
void SetText(const char *text)
Definition: longLabel.cpp:23
GUILongLabel(uint16_t leftX, uint16_t topY, uint16_t rightX, uint16_t bottomY, const char *text)
Definition: longLabel.cpp:10
void Refresh()
Definition: longLabel.cpp:33