isle-portable/LEGO1/jukeboxentity.cpp

14 lines
184 B
C++
Raw Normal View History

#include "jukeboxentity.h"
// OFFSET: LEGO1 0x10085bc0 STUB
JukeBoxEntity::JukeBoxEntity()
{
2023-10-24 19:38:27 -04:00
// TODO
}
// OFFSET: LEGO1 0x10085dd0 STUB
JukeBoxEntity::~JukeBoxEntity()
{
2023-10-24 19:38:27 -04:00
// TODO
}