isle/LEGO1/lego/scripts/isle/jukeboxentity.cpp
2024-01-07 14:22:40 -05:00

14 lines
170 B
C++

#include "jukeboxentity.h"
// STUB: LEGO1 0x10085bc0
JukeBoxEntity::JukeBoxEntity()
{
// TODO
}
// STUB: LEGO1 0x10085dd0
JukeBoxEntity::~JukeBoxEntity()
{
// TODO
}