5struct 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;
17struct GUILongLabel_Wrapped {
18 uint8_t unknown0[0x4C];
20 struct GUILongLabel_Wrapped_VTable *vtable;
22 uint8_t unknown1[0x5C];
25static_assert(
sizeof(
struct GUILongLabel_Wrapped) == 0xAC);
31 uint16_t leftX, uint16_t topY, uint16_t rightX, uint16_t bottomY,
Definition longLabel.hpp:28
void SetText(const char *text)
Definition longLabel.cpp:28
void Refresh()
Definition longLabel.cpp:38