mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 23:48:12 -05:00
19 lines
337 B
C++
19 lines
337 B
C++
#include "legoloadcachesoundpresenter.h"
|
|
|
|
// OFFSET: LEGO1 0x10018340
|
|
LegoLoadCacheSoundPresenter::LegoLoadCacheSoundPresenter()
|
|
{
|
|
Init();
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x10018480 STUB
|
|
LegoLoadCacheSoundPresenter::~LegoLoadCacheSoundPresenter()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100184e0 STUB
|
|
void LegoLoadCacheSoundPresenter::Init()
|
|
{
|
|
// TODO
|
|
}
|