mirror of
https://github.com/zeldaret/ss
synced 2026-08-19 05:51:59 -04:00
lyt_bounding OK
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user