lyt_bounding OK

This commit is contained in:
elijah-thomas774
2024-05-31 20:28:32 -04:00
parent 217c03e5b8
commit b9b7f68da7
6 changed files with 36 additions and 6 deletions
+22
View File
@@ -0,0 +1,22 @@
#include <nw4r/lyt/lyt_bounding.h>
namespace nw4r {
namespace lyt {
NW4R_UT_RTTI_DEF_DERIVED(Bounding, Pane);
// __ct__Q34nw4r3lyt8BoundingFPCQ44nw4r3lyt3res8BoundingRCQ34nw4r3lyt11ResBlockSet
Bounding::Bounding(const res::Bounding *pBlock, const ResBlockSet &) : Pane(pBlock) {}
// __dt__Q34nw4r3lyt8BoundingFv
Bounding::~Bounding() {}
// DrawSelf__Q34nw4r3lyt8BoundingFRCQ34nw4r3lyt8DrawInfo
void Bounding::DrawSelf(const DrawInfo &drawInfo) {
return;
}
} // namespace lyt
} // namespace nw4r
+2 -1
View File
@@ -280,7 +280,8 @@ void TextBox::SetVtxColorElement(u32 idx, u8 value) {
// 1] IDK which one is accurate, both symbols exist
// GetTextDrawRect__Q34nw4r3lyt7TextBoxCFv
ut::Rect TextBox::GetTextDrawRect() const {
return GetTextDrawRect(&ut::TextWriterBase<wchar_t>());
ut::TextWriterBase<wchar_t> temp;
return GetTextDrawRect(&temp);
}
// 2] IDK which one is accurate, both symbols exist