mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
14 lines
170 B
C++
14 lines
170 B
C++
#include "jukeboxentity.h"
|
|
|
|
// STUB: LEGO1 0x10085bc0
|
|
JukeBoxEntity::JukeBoxEntity()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x10085dd0
|
|
JukeBoxEntity::~JukeBoxEntity()
|
|
{
|
|
// TODO
|
|
}
|