New Super Mario Bros. U Headers
Loading...
Searching...
No Matches
TextBox.h
Go to the documentation of this file.
1#pragma once
2
3#include <prim/seadSafeString.h>
4
5#include <nw/lyt/lyt_TextBox.h>
6
7// TODO
8class TextBox : public nw::lyt::TextBox
9{
10public:
12
13public:
14 // TextBox();
15 virtual ~TextBox();
16
17 void setMessage(const sead::SafeString& label, u32 argNum, ...);
18
19protected:
22 bool _10C;
24 bool _114;
25};
26static_assert(sizeof(TextBox) == 0x118);
Definition TextBox.h:9
u32 mTextBufLen
Definition TextBox.h:23
f32 mFontWidth
Definition TextBox.h:20
virtual ~TextBox()
bool _114
Definition TextBox.h:24
void setMessage(const sead::SafeString &label, u32 argNum,...)
bool _10C
Definition TextBox.h:22
f32 mFontHeight
Definition TextBox.h:21