Enable some multiple-inheritance vtables (#821)

This commit is contained in:
MS
2024-04-19 16:23:36 -04:00
committed by GitHub
parent d5dd8db46e
commit 2ce9ff06fc
8 changed files with 112 additions and 53 deletions

View File

@@ -7,6 +7,12 @@ BumpBouy::BumpBouy()
{
}
// STUB: LEGO1 0x10027360
BumpBouy::~BumpBouy()
{
// TODO
}
// STUB: LEGO1 0x10027400
MxLong BumpBouy::Notify(MxParam& p_param)
{