mirror of
https://github.com/TheOnlyZac/sly1.git
synced 2024-11-27 07:30:26 +00:00
Decomp CTextBox::SetTextColor
This commit is contained in:
parent
66d82f9b82
commit
7054314e4a
@ -45,9 +45,9 @@ struct RGBA
|
||||
class CTextBox
|
||||
{
|
||||
public:
|
||||
void SetTextColor(RGBA* rgba);
|
||||
void SetPos(float x, float y);
|
||||
void SetSize(float dx, float dy);
|
||||
void SetTextColor(RGBA* rgba);
|
||||
void SetHorizontalJust(JH jh);
|
||||
void SetVerticalJust(JV jv);
|
||||
|
||||
|
@ -85,6 +85,10 @@ void CTextBox::SetSize(float dx, float dy)
|
||||
}
|
||||
|
||||
INCLUDE_ASM(const s32, "P2/binoc", SetTextColor__8CTextBoxG4RGBA);
|
||||
/*void CTextBox::SetTextColor(RGBA *rgba)
|
||||
{
|
||||
this->m_rgba = *rgba;
|
||||
}*/
|
||||
|
||||
void CTextBox::SetHorizontalJust(JH jh)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user