implement/match JukeBoxState (#233)

This commit is contained in:
Ramen2X
2023-10-22 11:33:29 -04:00
committed by GitHub
parent 681ab9c026
commit 7e907cfe3f
2 changed files with 7 additions and 0 deletions

View File

@@ -1 +1,6 @@
#include "jukeboxstate.h"
// OFFSET: LEGO1 0x1000f300
MxBool JukeBoxState::VTable0x14() {
return FALSE;
}