Bootstrap rest of LegoTexturePresenter (#374)

* Bootstrap rest of LegoTexturePresenter

* Fixes

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Joshua Peisach
2023-12-27 13:32:32 -05:00
committed by GitHub
parent d2b05a0983
commit c6174c2a13
2 changed files with 21 additions and 0 deletions

View File

@@ -22,7 +22,9 @@ public:
return !strcmp(p_name, LegoTexturePresenter::ClassName()) || MxMediaPresenter::IsA(p_name);
}
virtual void DoneTickle() override; // vtable+0x2c
virtual MxResult AddToManager() override; // vtable+0x34
virtual MxResult PutData() override; // vtable+0x4c
};
#endif // LEGOTEXTUREPRESENTER_H