mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 23:48:12 -05:00
14 lines
186 B
C++
14 lines
186 B
C++
|
#include "jukeboxentity.h"
|
||
|
|
||
|
// OFFSET: LEGO1 0x10085bc0 STUB
|
||
|
JukeBoxEntity::JukeBoxEntity()
|
||
|
{
|
||
|
// TODO
|
||
|
}
|
||
|
|
||
|
// OFFSET: LEGO1 0x10085dd0 STUB
|
||
|
JukeBoxEntity::~JukeBoxEntity()
|
||
|
{
|
||
|
// TODO
|
||
|
}
|