LegoTexturePresenter destructor and AddToManager (#282)

* LegoTexturePresenter destructor and AddToManager

* clang-format
This commit is contained in:
Joshua Peisach
2023-11-12 14:21:22 -05:00
committed by GitHub
parent 888205c1fa
commit 8b2e7a92e1
2 changed files with 14 additions and 2 deletions

View File

@@ -21,6 +21,8 @@ public:
{
return !strcmp(name, LegoTexturePresenter::ClassName()) || MxMediaPresenter::IsA(name);
}
virtual MxResult AddToManager() override; // vtable+0x34
};
#endif // LEGOTEXTUREPRESENTER_H